Compartir a través de


CloudVmClusterLifecycleState Struct

Definition

Cloud VM Cluster lifecycle state enum.

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

Constructors

CloudVmClusterLifecycleState(String)

Initializes a new instance of CloudVmClusterLifecycleState.

Properties

Available

Indicates that resource in Available state.

Failed

Indicates that resource in Failed state.

MaintenanceInProgress

Indicates that resource Maintenance in progress state.

Provisioning

Indicates that resource in Provisioning state.

Terminated

Indicates that resource in Terminated state.

Terminating

Indicates that resource in Terminating state.

Updating

Indicates that resource in Updating state.

Methods

Equals(CloudVmClusterLifecycleState)

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

Determines if two CloudVmClusterLifecycleState values are the same.

Implicit(String to CloudVmClusterLifecycleState)

Converts a string to a CloudVmClusterLifecycleState.

Inequality(CloudVmClusterLifecycleState, CloudVmClusterLifecycleState)

Determines if two CloudVmClusterLifecycleState values are not the same.

Applies to