Uses of Enum
com.azure.resourcemanager.cosmos.models.MongoRoleDefinitionType
Packages that use MongoRoleDefinitionType
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of MongoRoleDefinitionType in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return MongoRoleDefinitionTypeModifier and TypeMethodDescriptionMongoRoleDefinitionResource.type()Get the type property: Indicates whether the Role Definition was built-in or user created.MongoRoleDefinitionGetResultsInner.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 MongoRoleDefinitionTypeModifier and TypeMethodDescriptionMongoRoleDefinitionResource.withType(MongoRoleDefinitionType type) Set the type property: Indicates whether the Role Definition was built-in or user created.MongoRoleDefinitionGetResultsInner.withTypePropertiesType(MongoRoleDefinitionType type) Set the type property: Indicates whether the Role Definition was built-in or user created. -
Uses of MongoRoleDefinitionType in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return MongoRoleDefinitionTypeModifier and TypeMethodDescriptionstatic MongoRoleDefinitionTypeMongoRoleDefinitionType.fromString(String value) Parses a serialized value to a MongoRoleDefinitionType instance.MongoRoleDefinitionCreateUpdateParameters.type()Get the type property: Indicates whether the Role Definition was built-in or user created.static MongoRoleDefinitionTypeReturns the enum constant of this type with the specified name.static MongoRoleDefinitionType[]MongoRoleDefinitionType.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 MongoRoleDefinitionTypeModifier and TypeMethodDescriptionMongoRoleDefinitionCreateUpdateParameters.withType(MongoRoleDefinitionType type) Set the type property: Indicates whether the Role Definition was built-in or user created.