PSSqlRoleDefinitionGetResults.Permissions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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