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

ReportResourceStatus Struct

Definition

Indicates the resource status.

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

Constructors

ReportResourceStatus(String)

Initializes a new instance of ReportResourceStatus.

Properties

Healthy

The resource is healthy.

Unhealthy

The resource is unhealthy.

Methods

Equals(ReportResourceStatus)

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

Determines if two ReportResourceStatus values are the same.

Implicit(String to ReportResourceStatus)

Converts a string to a ReportResourceStatus.

Inequality(ReportResourceStatus, ReportResourceStatus)

Determines if two ReportResourceStatus values are not the same.

Applies to