Uses of Class
com.azure.resourcemanager.cosmos.models.RoleDefinitionType
-
Packages that use RoleDefinitionType Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 RoleDefinitionType Modifier and Type Method Description RoleDefinitionTypeSqlRoleDefinitionResource. type()Get the type property: Indicates whether the Role Definition was built-in or user created.RoleDefinitionTypeSqlRoleDefinitionGetResultsInner. 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 RoleDefinitionType Modifier and Type Method Description SqlRoleDefinitionResourceSqlRoleDefinitionResource. withType(RoleDefinitionType type)Set the type property: Indicates whether the Role Definition was built-in or user created.SqlRoleDefinitionGetResultsInnerSqlRoleDefinitionGetResultsInner. 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 RoleDefinitionType Modifier and Type Method Description static RoleDefinitionTypeRoleDefinitionType. fromString(String value)Parses a serialized value to a RoleDefinitionType instance.RoleDefinitionTypeSqlRoleDefinitionCreateUpdateParameters. type()Get the type property: Indicates whether the Role Definition was built-in or user created.static RoleDefinitionTypeRoleDefinitionType. valueOf(String name)Returns 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 RoleDefinitionType Modifier and Type Method Description SqlRoleDefinitionCreateUpdateParametersSqlRoleDefinitionCreateUpdateParameters. withType(RoleDefinitionType type)Set the type property: Indicates whether the Role Definition was built-in or user created.
-