OverridableStates 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 options for different states that an existing orchestrator can be in to be able to be overwritten by an attempt to start a new instance with the same instance Id.
public enum OverridableStates
type OverridableStates =
Public Enum OverridableStates
- Inheritance
-
OverridableStates
Fields
Name | Value | Description |
---|---|---|
AnyState | 0 | Option to start a new orchestrator instance with an existing instnace Id when the existing instance is in any state. |
NonRunningStates | 1 | Option to only start a new orchestrator instance with an existing instance Id when the existing instance is in a terminated, failed, or completed state. |
Applies to
Azure SDK for .NET