ComplianceState Struct

Definition

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