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