共用方式為


ActiveDirectoryProperties.AccountType Property

Definition

Gets or sets specifies the Active Directory account type for Azure Storage. Possible values include: 'User', 'Computer'

[Newtonsoft.Json.JsonProperty(PropertyName="accountType")]
public string AccountType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accountType")>]
member this.AccountType : string with get, set
Public Property AccountType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to