Compartilhar via


IStorageAccount.ActiveDirectoryPropertyAccountType Property

Definition

Specifies the Active Directory account type for Azure Storage.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "User", "Computer" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Specifies the Active Directory account type for Azure Storage.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="accountType", Update=true)]
public string ActiveDirectoryPropertyAccountType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "User", "Computer" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Specifies the Active Directory account type for Azure Storage.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="accountType", Update=true)>]
member this.ActiveDirectoryPropertyAccountType : string with get, set
Public Property ActiveDirectoryPropertyAccountType As String

Property Value

Attributes

Applies to