Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.DeploymentState
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of DeploymentState in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeFieldDescriptionstatic final DeploymentState
DeploymentState.DELETING
Static value deleting for DeploymentState.static final DeploymentState
DeploymentState.FAILED
Static value failed for DeploymentState.static final DeploymentState
DeploymentState.PENDING
Static value pending for DeploymentState.static final DeploymentState
DeploymentState.PROVISIONED
Static value provisioned for DeploymentState.static final DeploymentState
DeploymentState.PROVISIONING
Static value provisioning for DeploymentState.static final DeploymentState
DeploymentState.UPGRADING
Static value upgrading for DeploymentState.Modifier and TypeMethodDescriptionArcAgentStatus.deploymentState()
Get the deploymentState property: Observed deployment state of the Arc Agents on the target cluster.static DeploymentState
DeploymentState.fromString
(String name) Creates or finds a DeploymentState from its string representation.Modifier and TypeMethodDescriptionstatic Collection<DeploymentState>
DeploymentState.values()
Gets known DeploymentState values.Modifier and TypeMethodDescriptionArcAgentStatus.withDeploymentState
(DeploymentState deploymentState) Set the deploymentState property: Observed deployment state of the Arc Agents on the target cluster.