次の方法で共有


CloudExadataInfrastructureLifecycleState Struct

Definition

CloudExadataInfrastructureLifecycleState enum.

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

Constructors

CloudExadataInfrastructureLifecycleState(String)

Initializes a new instance of CloudExadataInfrastructureLifecycleState.

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(CloudExadataInfrastructureLifecycleState)

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

Determines if two CloudExadataInfrastructureLifecycleState values are the same.

Implicit(String to CloudExadataInfrastructureLifecycleState)

Converts a string to a CloudExadataInfrastructureLifecycleState.

Inequality(CloudExadataInfrastructureLifecycleState, CloudExadataInfrastructureLifecycleState)

Determines if two CloudExadataInfrastructureLifecycleState values are not the same.

Applies to