Share via


SapHealthState Struct

Definition

Defines the health of SAP Instances.

public readonly struct SapHealthState : IEquatable<Azure.ResourceManager.WorkloadsSapVirtualInstance.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

SAP System health is degraded.

Healthy

SAP System health is healthy.

Unhealthy

SAP System is unhealthy.

Unknown

SAP System health is 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