IDatabaseMigrationSqlMi.AzureBlobAuthType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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