Share via


SqlRoleAssignmentGetResults Constructors

Definition

Overloads

SqlRoleAssignmentGetResults()

Initializes a new instance of the SqlRoleAssignmentGetResults class.

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

Initializes a new instance of the SqlRoleAssignmentGetResults class.

SqlRoleAssignmentGetResults()

Initializes a new instance of the SqlRoleAssignmentGetResults class.

public SqlRoleAssignmentGetResults ();
Public Sub New ()

Applies to

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

Initializes a new instance of the SqlRoleAssignmentGetResults class.

public SqlRoleAssignmentGetResults (string id = default, string name = default, string type = default, string roleDefinitionId = default, string scope = default, string principalId = default);
new Microsoft.Azure.Management.CosmosDB.Models.SqlRoleAssignmentGetResults : string * string * string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.SqlRoleAssignmentGetResults
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional roleDefinitionId As String = Nothing, Optional scope As String = Nothing, Optional principalId As String = Nothing)

Parameters

id
String

The unique resource identifier of the database account.

name
String

The name of the database account.

type
String

The type of Azure resource.

roleDefinitionId
String

The unique identifier for the associated Role Definition.

scope
String

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

principalId
String

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.

Applies to