Uses of Class
com.azure.resourcemanager.cosmos.models.ManagedCassandraProvisioningState
-
Packages that use ManagedCassandraProvisioningState Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of ManagedCassandraProvisioningState in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as ManagedCassandraProvisioningState Modifier and Type Field Description static ManagedCassandraProvisioningStateManagedCassandraProvisioningState. CANCELEDStatic value Canceled for ManagedCassandraProvisioningState.static ManagedCassandraProvisioningStateManagedCassandraProvisioningState. CREATINGStatic value Creating for ManagedCassandraProvisioningState.static ManagedCassandraProvisioningStateManagedCassandraProvisioningState. DELETINGStatic value Deleting for ManagedCassandraProvisioningState.static ManagedCassandraProvisioningStateManagedCassandraProvisioningState. FAILEDStatic value Failed for ManagedCassandraProvisioningState.static ManagedCassandraProvisioningStateManagedCassandraProvisioningState. SUCCEEDEDStatic value Succeeded for ManagedCassandraProvisioningState.static ManagedCassandraProvisioningStateManagedCassandraProvisioningState. UPDATINGStatic value Updating for ManagedCassandraProvisioningState.Methods in com.azure.resourcemanager.cosmos.models that return ManagedCassandraProvisioningState Modifier and Type Method Description static ManagedCassandraProvisioningStateManagedCassandraProvisioningState. fromString(String name)Creates or finds a ManagedCassandraProvisioningState from its string representation.ManagedCassandraProvisioningStateClusterResourceProperties. provisioningState()Get the provisioningState property: The status of the resource at the time the operation was called.ManagedCassandraProvisioningStateDataCenterResourceProperties. provisioningState()Get the provisioningState property: The status of the resource at the time the operation was called.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ManagedCassandraProvisioningState Modifier and Type Method Description static Collection<ManagedCassandraProvisioningState>ManagedCassandraProvisioningState. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type ManagedCassandraProvisioningState Modifier and Type Method Description ClusterResourcePropertiesClusterResourceProperties. withProvisioningState(ManagedCassandraProvisioningState provisioningState)Set the provisioningState property: The status of the resource at the time the operation was called.DataCenterResourcePropertiesDataCenterResourceProperties. withProvisioningState(ManagedCassandraProvisioningState provisioningState)Set the provisioningState property: The status of the resource at the time the operation was called.
-