ContainerServiceMachineDriftAction 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 drift action of the machine. Indicates whether a machine has deviated from its expected state due to changes in managed cluster properties, requiring corrective action.
public readonly struct ContainerServiceMachineDriftAction : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceMachineDriftAction>
type ContainerServiceMachineDriftAction = struct
Public Structure ContainerServiceMachineDriftAction
Implements IEquatable(Of ContainerServiceMachineDriftAction)
- Inheritance
-
ContainerServiceMachineDriftAction
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceMachineDriftAction(String) |
Initializes a new instance of ContainerServiceMachineDriftAction. |
Properties
| Name | Description |
|---|---|
| Recreate |
The machine has drifted and needs to be deleted and recreated. |
| Synced |
The machine is up to date. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerServiceMachineDriftAction) |
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
| Name | Description |
|---|---|
| Equality(ContainerServiceMachineDriftAction, ContainerServiceMachineDriftAction) |
Determines if two ContainerServiceMachineDriftAction values are the same. |
| Implicit(String to ContainerServiceMachineDriftAction) |
Converts a string to a ContainerServiceMachineDriftAction. |
| Implicit(String to Nullable<ContainerServiceMachineDriftAction>) | |
| Inequality(ContainerServiceMachineDriftAction, ContainerServiceMachineDriftAction) |
Determines if two ContainerServiceMachineDriftAction values are not the same. |