共用方式為


SqlRoleAssignmentGetResults Class

Definition

An Azure Cosmos DB Role Assignment

[Microsoft.Rest.Serialization.JsonTransformation]
public class SqlRoleAssignmentGetResults : Microsoft.Azure.Management.CosmosDB.Models.ARMProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SqlRoleAssignmentGetResults = class
    inherit ARMProxyResource
Public Class SqlRoleAssignmentGetResults
Inherits ARMProxyResource
Inheritance
SqlRoleAssignmentGetResults
Attributes

Constructors

SqlRoleAssignmentGetResults()

Initializes a new instance of the SqlRoleAssignmentGetResults class.

SqlRoleAssignmentGetResults(String, String, String, String, String, String)

Initializes a new instance of the SqlRoleAssignmentGetResults class.

Properties

Id

Gets the unique resource identifier of the database account.

(Inherited from ARMProxyResource)
Name

Gets the name of the database account.

(Inherited from ARMProxyResource)
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.

Type

Gets the type of Azure resource.

(Inherited from ARMProxyResource)

Applies to