Share via


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

VirtualNetworkAddressLifecycleState(String)

Initializes a new instance of VirtualNetworkAddressLifecycleState.

Properties

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

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

Equality(VirtualNetworkAddressLifecycleState, VirtualNetworkAddressLifecycleState)

Determines if two VirtualNetworkAddressLifecycleState values are the same.

Implicit(String to VirtualNetworkAddressLifecycleState)

Converts a string to a VirtualNetworkAddressLifecycleState.

Inequality(VirtualNetworkAddressLifecycleState, VirtualNetworkAddressLifecycleState)

Determines if two VirtualNetworkAddressLifecycleState values are not the same.

Applies to