你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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