TableRoleAssignmentResource Constructors

Definition

Overloads

Name Description
TableRoleAssignmentResource()

Initializes a new instance of the TableRoleAssignmentResource class.

TableRoleAssignmentResource(String, String, String, SystemData, String, String, String, String)

Initializes a new instance of the TableRoleAssignmentResource class.

TableRoleAssignmentResource()

Initializes a new instance of the TableRoleAssignmentResource class.

public TableRoleAssignmentResource();
Public Sub New ()

Applies to

TableRoleAssignmentResource(String, String, String, SystemData, String, String, String, String)

Initializes a new instance of the TableRoleAssignmentResource class.

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

Parameters

id
String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name
String

The name of the resource

type
String

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

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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 Table Role Assignment.

principalId
String

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

provisioningState
String

Provisioning state of the resource.

Applies to