Uses of Class
com.azure.resourcemanager.cosmos.models.ManagedCassandraProvisioningState
Packages that use ManagedCassandraProvisioningState
Package
Description
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 ManagedCassandraProvisioningStateModifier and TypeFieldDescriptionstatic final ManagedCassandraProvisioningState
ManagedCassandraProvisioningState.CANCELED
Static value Canceled for ManagedCassandraProvisioningState.static final ManagedCassandraProvisioningState
ManagedCassandraProvisioningState.CREATING
Static value Creating for ManagedCassandraProvisioningState.static final ManagedCassandraProvisioningState
ManagedCassandraProvisioningState.DELETING
Static value Deleting for ManagedCassandraProvisioningState.static final ManagedCassandraProvisioningState
ManagedCassandraProvisioningState.FAILED
Static value Failed for ManagedCassandraProvisioningState.static final ManagedCassandraProvisioningState
ManagedCassandraProvisioningState.SUCCEEDED
Static value Succeeded for ManagedCassandraProvisioningState.static final ManagedCassandraProvisioningState
ManagedCassandraProvisioningState.UPDATING
Static value Updating for ManagedCassandraProvisioningState.Methods in com.azure.resourcemanager.cosmos.models that return ManagedCassandraProvisioningStateModifier and TypeMethodDescriptionManagedCassandraProvisioningState.fromString
(String name) Creates or finds a ManagedCassandraProvisioningState from its string representation.ClusterResourceProperties.provisioningState()
Get the provisioningState property: The status of the resource at the time the operation was called.DataCenterResourceProperties.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 ManagedCassandraProvisioningStateModifier and TypeMethodDescriptionManagedCassandraProvisioningState.values()
Gets known ManagedCassandraProvisioningState values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ManagedCassandraProvisioningStateModifier and TypeMethodDescriptionClusterResourceProperties.withProvisioningState
(ManagedCassandraProvisioningState provisioningState) Set the provisioningState property: The status of the resource at the time the operation was called.DataCenterResourceProperties.withProvisioningState
(ManagedCassandraProvisioningState provisioningState) Set the provisioningState property: The status of the resource at the time the operation was called.