ComplianceState 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 result's status.
public readonly struct ComplianceState : IEquatable<Azure.ResourceManager.AppComplianceAutomation.Models.ComplianceState>
type ComplianceState = struct
Public Structure ComplianceState
Implements IEquatable(Of ComplianceState)
- Inheritance
-
ComplianceState
- Implements
Constructors
ComplianceState(String) |
Initializes a new instance of ComplianceState. |
Properties
Healthy |
Healthy. |
Unhealthy |
Unhealthy. |
Methods
Equals(ComplianceState) |
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(ComplianceState, ComplianceState) |
Determines if two ComplianceState values are the same. |
Implicit(String to ComplianceState) |
Converts a string to a ComplianceState. |
Inequality(ComplianceState, ComplianceState) |
Determines if two ComplianceState values are not the same. |
Applies to
Azure SDK for .NET