RegulatoryComplianceState Struct

Definition

State of regulatory compliance.

public readonly struct RegulatoryComplianceState : IEquatable<Azure.ResourceManager.SecurityCenter.Models.RegulatoryComplianceState>
type RegulatoryComplianceState = struct
Public Structure RegulatoryComplianceState
Implements IEquatable(Of RegulatoryComplianceState)
Inheritance
RegulatoryComplianceState
Implements

Constructors

Name Description
RegulatoryComplianceState(String)

Initializes a new instance of RegulatoryComplianceState.

Properties

Name Description
Failed

Failed.

Passed

Passed.

Skipped

Skipped.

Unsupported

Unsupported.

Methods

Name Description
Equals(RegulatoryComplianceState)

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(RegulatoryComplianceState, RegulatoryComplianceState)

Determines if two RegulatoryComplianceState values are the same.

Implicit(String to RegulatoryComplianceState)

Converts a string to a RegulatoryComplianceState.

Inequality(RegulatoryComplianceState, RegulatoryComplianceState)

Determines if two RegulatoryComplianceState values are not the same.

Applies to