Compartir a través de


PSMongoDBRoleDefinitionGetResults.Privileges Property

Definition

Gets or sets Privileges of the Cosmos DB MongoDB Role Definition

[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Privileges.Resource", ScriptBlock="$_.Privileges.Resource", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)]
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Privileges.Actions", ScriptBlock="$_.Privileges.Actions", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.Privilege> Privileges { get; set; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Privileges.Resource", ScriptBlock="$_.Privileges.Resource", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)>]
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Privileges.Actions", ScriptBlock="$_.Privileges.Actions", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)>]
member this.Privileges : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.Privilege> with get, set
Public Property Privileges As IList(Of Privilege)

Property Value

Attributes

Applies to