Megosztás a következőn keresztül:


PSSqlRoleDefinitionGetResults.Permissions Property

Definition

Gets or sets DataActions of the Cosmos DB SQL Role Definition

[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Permissions.DataActions", ScriptBlock="$_.Permissions.DataActions", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)]
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Permissions.NotDataActions", ScriptBlock="$_.Permissions.NotDataActions", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.Permission> Permissions { get; set; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Permissions.DataActions", ScriptBlock="$_.Permissions.DataActions", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)>]
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Permissions.NotDataActions", ScriptBlock="$_.Permissions.NotDataActions", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)>]
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

Applies to