次の方法で共有


User.UserType プロパティ

定義

ユーザーの種類を取得または設定します。 使用可能な値は、'Share'、'LocalManagement'、'ARM' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象