次の方法で共有


ActiveDirectoryProperties.AccountType プロパティ

定義

Azure Storage の Active Directory アカウントの種類を取得または設定します。 指定できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象