Uses of Class
com.azure.resourcemanager.cosmos.models.ManagedCassandraResourceIdentityType
Packages that use ManagedCassandraResourceIdentityType
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ManagedCassandraResourceIdentityType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as ManagedCassandraResourceIdentityTypeModifier and TypeFieldDescriptionstatic final ManagedCassandraResourceIdentityTypeManagedCassandraResourceIdentityType.NONEStatic value None for ManagedCassandraResourceIdentityType.static final ManagedCassandraResourceIdentityTypeManagedCassandraResourceIdentityType.SYSTEM_ASSIGNEDStatic value SystemAssigned for ManagedCassandraResourceIdentityType.Methods in com.azure.resourcemanager.cosmos.models that return ManagedCassandraResourceIdentityTypeModifier and TypeMethodDescriptionManagedCassandraResourceIdentityType.fromString(String name) Creates or finds a ManagedCassandraResourceIdentityType from its string representation.ManagedCassandraManagedServiceIdentity.type()Get the type property: The type of the resource.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ManagedCassandraResourceIdentityTypeModifier and TypeMethodDescriptionManagedCassandraResourceIdentityType.values()Gets known ManagedCassandraResourceIdentityType values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ManagedCassandraResourceIdentityTypeModifier and TypeMethodDescriptionManagedCassandraManagedServiceIdentity.withType(ManagedCassandraResourceIdentityType type) Set the type property: The type of the resource.