共用方式為


ClusterContainerState Enum

Definition

public enum ClusterContainerState
type ClusterContainerState = 
Public Enum ClusterContainerState
Inheritance
ClusterContainerState

Fields

Name Value Description
Accepted 0

A create container was received but a HostService DNS name has not been created yet

ReadyForDeployment 1

The DNS name has been successfully validated and a Azure HostedService has been created

ClusterConfigured 2

A valid azure cloud service deployment/Cluster is running in the container

DeleteQueued 3

Deployment and or Container Delete request queued

Deleting 4

Deployment or Container is being deleted

Deleted 5

The cluster was deleted

Aborted 6

The cluster was queued for delete before reaching operational or running state

Timedout 7

The cluster did not move to operational or running within a specified time

Error 8

Container is in error state

Applies to