次の方法で共有


SqlRoleDefinitionGetResults.Permissions プロパティ

定義

このロール定義で許可される操作のセットを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象