VirtualNetworkAddressLifecycleState Struct

Definition

VirtualNetworkAddressLifecycleState enum.

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

Constructors

Name Description
VirtualNetworkAddressLifecycleState(String)

Initializes a new instance of VirtualNetworkAddressLifecycleState.

Properties

Name Description
Available

Indicates that resource in Available state.

Failed

Indicates that resource in Failed state.

Provisioning

Indicates that resource in Provisioning state.

Terminated

Indicates that resource in Terminated state.

Terminating

Indicates that resource in Terminating state.

Methods

Name Description
Equals(VirtualNetworkAddressLifecycleState)

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

Determines if two VirtualNetworkAddressLifecycleState values are the same.

Implicit(String to Nullable<VirtualNetworkAddressLifecycleState>)
Implicit(String to VirtualNetworkAddressLifecycleState)

Converts a string to a VirtualNetworkAddressLifecycleState.

Inequality(VirtualNetworkAddressLifecycleState, VirtualNetworkAddressLifecycleState)

Determines if two VirtualNetworkAddressLifecycleState values are not the same.

Applies to