Uses of Enum
com.azure.resourcemanager.cosmos.models.RoleDefinitionType
Packages that use RoleDefinitionType
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of RoleDefinitionType in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return RoleDefinitionTypeModifier and TypeMethodDescriptionSqlRoleDefinitionResource.type()Get the type property: Indicates whether the Role Definition was built-in or user created.SqlRoleDefinitionGetResultsInner.typePropertiesType()Get the type property: Indicates whether the Role Definition was built-in or user created.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type RoleDefinitionTypeModifier and TypeMethodDescriptionSqlRoleDefinitionResource.withType(RoleDefinitionType type) Set the type property: Indicates whether the Role Definition was built-in or user created.SqlRoleDefinitionGetResultsInner.withTypePropertiesType(RoleDefinitionType type) Set the type property: Indicates whether the Role Definition was built-in or user created. -
Uses of RoleDefinitionType in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return RoleDefinitionTypeModifier and TypeMethodDescriptionstatic RoleDefinitionTypeRoleDefinitionType.fromString(String value) Parses a serialized value to a RoleDefinitionType instance.SqlRoleDefinitionCreateUpdateParameters.type()Get the type property: Indicates whether the Role Definition was built-in or user created.static RoleDefinitionTypeReturns the enum constant of this type with the specified name.static RoleDefinitionType[]RoleDefinitionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.cosmos.models with parameters of type RoleDefinitionTypeModifier and TypeMethodDescriptionSqlRoleDefinitionCreateUpdateParameters.withType(RoleDefinitionType type) Set the type property: Indicates whether the Role Definition was built-in or user created.