TableRoleAssignmentResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters to create and update an Azure Cosmos DB Table Role Assignment.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TableRoleAssignmentResource : Microsoft.Azure.Management.CosmosDB.Models.ProxyResourceAutoGenerated
[Microsoft.Rest.Serialization.JsonTransformation]
public class TableRoleAssignmentResource : Microsoft.Azure.Management.CosmosDB.Models.ProxyResourceAutoGenerated2
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TableRoleAssignmentResource = class
inherit ProxyResourceAutoGenerated
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TableRoleAssignmentResource = class
inherit ProxyResourceAutoGenerated2
Public Class TableRoleAssignmentResource
Inherits ProxyResourceAutoGenerated
Public Class TableRoleAssignmentResource
Inherits ProxyResourceAutoGenerated2
- Inheritance
- Inheritance
- Attributes
Constructors
| 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. |
Properties
| Name | Description |
|---|---|
| Id |
Gets fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from ResourceAutoGenerated) |
| Id |
Gets fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from ResourceAutoGenerated2) |
| Name |
Gets the name of the resource (Inherited from ResourceAutoGenerated) |
| Name |
Gets the name of the resource (Inherited from ResourceAutoGenerated2) |
| PrincipalId |
Gets or sets 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 |
Gets provisioning state of the resource. |
| 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 Table Role Assignment. |
| SystemData |
Gets azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceAutoGenerated) |
| SystemData |
Gets azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceAutoGenerated2) |
| Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from ResourceAutoGenerated) |
| Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from ResourceAutoGenerated2) |