次の方法で共有


LocalUser.PermissionScopes プロパティ

定義

ローカル ユーザーのアクセス許可スコープを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.permissionScopes")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.PermissionScope> PermissionScopes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.permissionScopes")>]
member this.PermissionScopes : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.PermissionScope> with get, set
Public Property PermissionScopes As IList(Of PermissionScope)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象