Table of Contents

Class User

Namespace
Microsoft.Azure.Documents
Assembly
Microsoft.Azure.Documents.Client.dll

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

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.