KnownStatus enum
Status of the cluster agent. Indicates the current connectivity, validation, and deployment state of the agent within the cluster.
Fields
| ConnectedRecently | The cluster agent has connected to Azure recently. |
| DeploymentFailed | Deployment of the cluster agent failed. |
| DeploymentInProgress | Deployment of the cluster agent is currently in progress. |
| DeploymentSuccess | Deployment of the cluster agent completed successfully. |
| Disconnected | The cluster agent is currently disconnected from Azure. |
| Error | An error occurred in the cluster agent's operation. |
| NotConnectedRecently | The cluster agent has not connected to Azure recently. |
| NotSpecified | The status of the cluster agent is not specified. |
| NotYetRegistered | The cluster agent has not yet registered with Azure. |
| ValidationFailed | Validation of the cluster agent failed. |
| ValidationInProgress | Validation of the cluster agent is currently in progress. |
| ValidationSuccess | Validation of the cluster agent completed successfully. |