Class User
Represents a user in the Azure Cosmos DB service.
public class User : Resource
- Inheritance
-
User
- Inherited Members
- Extension Methods
Constructors
User()
Initializes a new instance of the User class for the Azure Cosmos DB service.
public User()
Properties
PermissionsLink
Gets the self-link of the permissions associated with the user for the Azure Cosmos DB service.
public string PermissionsLink { get; }
Property Value
- string
The self-link of the permissions associated with the user.