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
| Name | Description |
|---|---|
| ComplianceState(String) |
Initializes a new instance of ComplianceState. |
Properties
| Name | Description |
|---|---|
| Healthy |
Healthy. |
| Unhealthy |
Unhealthy. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |