次の方法で共有


RoleDefinition.Permissions プロパティ

定義

ロール定義のアクセス許可を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象