ResourceStatus Struct

Definition

Indicates the resource status.

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

Constructors

ResourceStatus(String)

Initializes a new instance of ResourceStatus.

Properties

Healthy

Healthy.

NotApplicable

NotApplicable.

Unhealthy

Unhealthy.

Methods

Equals(ResourceStatus)

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

Determines if two ResourceStatus values are the same.

Implicit(String to ResourceStatus)

Converts a string to a ResourceStatus.

Inequality(ResourceStatus, ResourceStatus)

Determines if two ResourceStatus values are not the same.

Applies to