ChaosStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the task that Chaos is presently executing.
public enum ChaosStatus
type ChaosStatus =
Public Enum ChaosStatus
- Inheritance
-
ChaosStatus
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that the current task is invalid. |
Running | 1 | Indicates that Chaos is executing actions as part of fault inducing. |
Stopped | 2 | Indicates that Chaos has finished inducing faults and now it is validating if the Cluster is stable and healthy. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET