TableRoleDefinitionResource Class

Definition

Parameters to create and update an Azure Cosmos DB Table Role Definition.

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

Constructors

Name Description
TableRoleDefinitionResource()

Initializes a new instance of the TableRoleDefinitionResource class.

TableRoleDefinitionResource(String, String, String, SystemData, String, String, Nullable<RoleDefinitionType>, IList<String>, IList<PermissionAutoGenerated>)

Initializes a new instance of the TableRoleDefinitionResource class.

Properties

Name Description
AssignableScopes

Gets or sets a set of fully qualified Scopes at or below which Table Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have at least one element. Scopes higher than Database account are not enforceable as assignable Scopes. Note that resources referenced in assignable Scopes need not exist.

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)
Permissions

Gets or sets the set of operations allowed through this Role Definition.

PropertiesId

Gets or sets the path id for the Role Definition.

PropertiesType

Gets or sets indicates whether the Role Definition was built-in or user created. Possible values include: 'BuiltInRole', 'CustomRole'

RoleName

Gets or sets a user-friendly name for the Role Definition. Must be unique for the database account.

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)

Applies to