Share via


SapVirtualInstanceStatus Struct

Definition

Defines the SAP Instance status.

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

Constructors

SapVirtualInstanceStatus(String)

Initializes a new instance of SapVirtualInstanceStatus.

Properties

Offline

Offline.

PartiallyRunning

PartiallyRunning.

Running

Running.

SoftShutdown

SoftShutdown.

Starting

Starting.

Stopping

Stopping.

Unavailable

Unavailable.

Methods

Equals(SapVirtualInstanceStatus)

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

Determines if two SapVirtualInstanceStatus values are the same.

Implicit(String to SapVirtualInstanceStatus)

Converts a string to a SapVirtualInstanceStatus.

Inequality(SapVirtualInstanceStatus, SapVirtualInstanceStatus)

Determines if two SapVirtualInstanceStatus values are not the same.

Applies to