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 ManagedCassandraProvisioningStateManagedCassandraProvisioningState.CANCELEDStatic value Canceled for ManagedCassandraProvisioningState.static final ManagedCassandraProvisioningStateManagedCassandraProvisioningState.CREATINGStatic value Creating for ManagedCassandraProvisioningState.static final ManagedCassandraProvisioningStateManagedCassandraProvisioningState.DELETINGStatic value Deleting for ManagedCassandraProvisioningState.static final ManagedCassandraProvisioningStateManagedCassandraProvisioningState.FAILEDStatic value Failed for ManagedCassandraProvisioningState.static final ManagedCassandraProvisioningStateManagedCassandraProvisioningState.SUCCEEDEDStatic value Succeeded for ManagedCassandraProvisioningState.static final ManagedCassandraProvisioningStateManagedCassandraProvisioningState.UPDATINGStatic 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.