ControlFamilyStatus Struct

Definition

Indicates the control family status.

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

Constructors

ControlFamilyStatus(String)

Initializes a new instance of ControlFamilyStatus.

Properties

Failed

The control family is failed.

Healthy

Healthy.

NotApplicable

The control family is not applicable.

Passed

The control family is passed.

PendingApproval

The control family is pending for approval.

Unhealthy

Unhealthy.

Methods

Equals(ControlFamilyStatus)

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

Determines if two ControlFamilyStatus values are the same.

Implicit(String to ControlFamilyStatus)

Converts a string to a ControlFamilyStatus.

Inequality(ControlFamilyStatus, ControlFamilyStatus)

Determines if two ControlFamilyStatus values are not the same.

Applies to