IDeletedBackupInstanceResource.DatasourceAuthCredentials Property

Definition

Credentials to use to authenticate with data source provider.

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Credentials to use to authenticate with data source provider.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAuthCredentials) }, Read=true, ReadOnly=false, Required=false, SerializedName="datasourceAuthCredentials", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAuthCredentials DatasourceAuthCredentials { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Credentials to use to authenticate with data source provider.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAuthCredentials) }, Read=true, ReadOnly=false, Required=false, SerializedName="datasourceAuthCredentials", Update=true)>]
member this.DatasourceAuthCredentials : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAuthCredentials with get, set
Public Property DatasourceAuthCredentials As IAuthCredentials

Property Value

Attributes

Applies to