RevisionHealthState Struct

Definition

Current health State of the revision.

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

Constructors

RevisionHealthState(String)

Initializes a new instance of RevisionHealthState.

Properties

Healthy

Healthy.

None

None.

Unhealthy

Unhealthy.

Methods

Equals(RevisionHealthState)

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

Determines if two RevisionHealthState values are the same.

Implicit(String to RevisionHealthState)

Converts a string to a RevisionHealthState.

Inequality(RevisionHealthState, RevisionHealthState)

Determines if two RevisionHealthState values are not the same.

Applies to