Share via


SapHealthState Struct

Definition

Defines the health of SAP Instances.

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

Constructors

SapHealthState(String)

Initializes a new instance of SapHealthState.

Properties

Degraded

Degraded.

Healthy

Healthy.

Unhealthy

Unhealthy.

Unknown

Unknown.

Methods

Equals(SapHealthState)

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

Determines if two SapHealthState values are the same.

Implicit(String to SapHealthState)

Converts a string to a SapHealthState.

Inequality(SapHealthState, SapHealthState)

Determines if two SapHealthState values are not the same.

Applies to