ContainerServiceFleetGateState Struct
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.
The state of the Gate.
public readonly struct ContainerServiceFleetGateState : IEquatable<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetGateState>
type ContainerServiceFleetGateState = struct
Public Structure ContainerServiceFleetGateState
Implements IEquatable(Of ContainerServiceFleetGateState)
- Inheritance
-
ContainerServiceFleetGateState
- Implements
Constructors
ContainerServiceFleetGateState(String) |
Initializes a new instance of ContainerServiceFleetGateState. |
Properties
Completed |
An Completed Gate allows the staged rollout process to continue. |
Pending |
A Pending Gate will continue to block the staged rollout process it is controlling. |
Skipped |
A Skipped Gate means that the staged rollout process it is controlling was skipped. |
Methods
Equals(ContainerServiceFleetGateState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ContainerServiceFleetGateState, ContainerServiceFleetGateState) |
Determines if two ContainerServiceFleetGateState values are the same. |
Implicit(String to ContainerServiceFleetGateState) |
Converts a String to a ContainerServiceFleetGateState. |
Inequality(ContainerServiceFleetGateState, ContainerServiceFleetGateState) |
Determines if two ContainerServiceFleetGateState values are not the same. |