CosmosDBSqlRoleAssignmentData Class

Definition

A class representing the CosmosDBSqlRoleAssignment data model. An Azure Cosmos DB Role Assignment

public class CosmosDBSqlRoleAssignmentData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.CosmosDBSqlRoleAssignmentData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.CosmosDBSqlRoleAssignmentData>
type CosmosDBSqlRoleAssignmentData = class
    inherit ResourceData
    interface IJsonModel<CosmosDBSqlRoleAssignmentData>
    interface IPersistableModel<CosmosDBSqlRoleAssignmentData>
Public Class CosmosDBSqlRoleAssignmentData
Inherits ResourceData
Implements IJsonModel(Of CosmosDBSqlRoleAssignmentData), IPersistableModel(Of CosmosDBSqlRoleAssignmentData)
Inheritance
CosmosDBSqlRoleAssignmentData
Implements

Constructors

CosmosDBSqlRoleAssignmentData()

Initializes a new instance of CosmosDBSqlRoleAssignmentData.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
PrincipalId

The unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this Role Assignment. Tenant ID for the principal is inferred using the tenant associated with the subscription.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
RoleDefinitionId

The unique identifier for the associated Role Definition.

Scope

The data plane resource path for which access is being granted through this Role Assignment.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<CosmosDBSqlRoleAssignmentData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CosmosDBSqlRoleAssignmentData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBSqlRoleAssignmentData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBSqlRoleAssignmentData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CosmosDBSqlRoleAssignmentData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to