Freigeben über


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

Name Description
SapHealthState(String)

Initializes a new instance of SapHealthState.

Properties

Name Description
Degraded

SAP System health is degraded.

Healthy

SAP System health is healthy.

Unhealthy

SAP System is unhealthy.

Unknown

SAP System health is unknown.

Methods

Name Description
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

Name Description
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