Freigeben über


StandbyPoolHealthStateCode Struct

Definition

StandbyPool health state.

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

Constructors

Name Description
StandbyPoolHealthStateCode(String)

Initializes a new instance of StandbyPoolHealthStateCode.

Properties

Name Description
Degraded

StandbyPool is in degraded state.

Healthy

StandbyPool is in healthy state.

Methods

Name Description
Equals(StandbyPoolHealthStateCode)

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

Name Description
Equality(StandbyPoolHealthStateCode, StandbyPoolHealthStateCode)

Determines if two StandbyPoolHealthStateCode values are the same.

Implicit(String to StandbyPoolHealthStateCode)

Converts a String to a StandbyPoolHealthStateCode.

Inequality(StandbyPoolHealthStateCode, StandbyPoolHealthStateCode)

Determines if two StandbyPoolHealthStateCode values are not the same.

Applies to