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