KubernetesFluxComplianceState 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.
Compliance state of the cluster object.
public readonly struct KubernetesFluxComplianceState : IEquatable<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesFluxComplianceState>
type KubernetesFluxComplianceState = struct
Public Structure KubernetesFluxComplianceState
Implements IEquatable(Of KubernetesFluxComplianceState)
- Inheritance
-
KubernetesFluxComplianceState
- Implements
Constructors
KubernetesFluxComplianceState(String) |
Initializes a new instance of KubernetesFluxComplianceState. |
Properties
Compliant |
Compliant. |
NonCompliant |
Non-Compliant. |
Pending |
Pending. |
Suspended |
Suspended. |
Unknown |
Unknown. |
Methods
Equals(KubernetesFluxComplianceState) |
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(KubernetesFluxComplianceState, KubernetesFluxComplianceState) |
Determines if two KubernetesFluxComplianceState values are the same. |
Implicit(String to KubernetesFluxComplianceState) |
Converts a string to a KubernetesFluxComplianceState. |
Inequality(KubernetesFluxComplianceState, KubernetesFluxComplianceState) |
Determines if two KubernetesFluxComplianceState values are not the same. |
Applies to
Azure SDK for .NET