Share via


IDatabaseMigrationSqlMi.AzureBlobAuthType Property

Definition

Authentication type used for accessing Azure Blob Storage.

[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Authentication type used for accessing Azure Blob Storage.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType) }, ReadOnly=false, Required=false, SerializedName="authType")]
public Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType? AzureBlobAuthType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Authentication type used for accessing Azure Blob Storage.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType) }, ReadOnly=false, Required=false, SerializedName="authType")>]
member this.AzureBlobAuthType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType> with get, set
Public Property AzureBlobAuthType As Nullable(Of AuthType)

Property Value

Attributes

Applies to