共用方式為


SqlRoleAssignmentCreateUpdateParameters Class

Definition

Parameters to create and update an Azure Cosmos DB SQL Role Assignment.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SqlRoleAssignmentCreateUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SqlRoleAssignmentCreateUpdateParameters = class
Public Class SqlRoleAssignmentCreateUpdateParameters
Inheritance
SqlRoleAssignmentCreateUpdateParameters
Attributes

Constructors

SqlRoleAssignmentCreateUpdateParameters()

Initializes a new instance of the SqlRoleAssignmentCreateUpdateParameters class.

SqlRoleAssignmentCreateUpdateParameters(String, String, String)

Initializes a new instance of the SqlRoleAssignmentCreateUpdateParameters class.

Properties

PrincipalId

Gets or sets 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.

RoleDefinitionId

Gets or sets the unique identifier for the associated Role Definition.

Scope

Gets or sets the data plane resource path for which access is being granted through this Role Assignment.

Applies to