Privilege Constructors
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.
Overloads
Privilege() |
Initializes a new instance of the Privilege class. |
Privilege(PrivilegeResource, IList<String>) |
Initializes a new instance of the Privilege class. |
Privilege()
Initializes a new instance of the Privilege class.
public Privilege ();
Public Sub New ()
Applies to
Privilege(PrivilegeResource, IList<String>)
Initializes a new instance of the Privilege class.
public Privilege (Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource resource = default, System.Collections.Generic.IList<string> actions = default);
new Microsoft.Azure.Management.CosmosDB.Models.Privilege : Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.CosmosDB.Models.Privilege
Public Sub New (Optional resource As PrivilegeResource = Nothing, Optional actions As IList(Of String) = Nothing)
Parameters
- resource
- PrivilegeResource
An Azure Cosmos DB Mongo DB Resource.