你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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