共用方式為


SqlRoleDefinitionCreateUpdateParameters.Permissions Property

Definition

Gets or sets the set of operations allowed through this Role Definition.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to