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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET