ContainerServiceFleetUpdateState 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 UpdateRun, UpdateStage, UpdateGroup, or MemberUpdate.
public readonly struct ContainerServiceFleetUpdateState : IEquatable<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetUpdateState>
type ContainerServiceFleetUpdateState = struct
Public Structure ContainerServiceFleetUpdateState
Implements IEquatable(Of ContainerServiceFleetUpdateState)
- Inheritance
-
ContainerServiceFleetUpdateState
- Implements
Constructors
ContainerServiceFleetUpdateState(String) |
Initializes a new instance of ContainerServiceFleetUpdateState. |
Properties
Completed |
The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has completed. |
Failed |
The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has failed. |
NotStarted |
The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has not been started. |
Running |
The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that is running. |
Skipped |
The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has been skipped. |
Stopped |
The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has stopped. |
Stopping |
The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that is being stopped. |
Methods
Equals(ContainerServiceFleetUpdateState) |
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(ContainerServiceFleetUpdateState, ContainerServiceFleetUpdateState) |
Determines if two ContainerServiceFleetUpdateState values are the same. |
Implicit(String to ContainerServiceFleetUpdateState) |
Converts a String to a ContainerServiceFleetUpdateState. |
Inequality(ContainerServiceFleetUpdateState, ContainerServiceFleetUpdateState) |
Determines if two ContainerServiceFleetUpdateState values are not the same. |
Applies to
Azure SDK for .NET