次の方法で共有


DnsPrivateZonesLifecycleState Struct

Definition

DNS Private Zones lifecycle state enum.

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

Constructors

DnsPrivateZonesLifecycleState(String)

Initializes a new instance of DnsPrivateZonesLifecycleState.

Properties

Active

DNS Private Zones is active.

Creating

DNS Private Zones is creating.

Deleted

DNS Private Zones is deleted.

Deleting

DNS Private Zones is deleting.

Updating

DNS Private Zones is updating.

Methods

Equals(DnsPrivateZonesLifecycleState)

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

Determines if two DnsPrivateZonesLifecycleState values are the same.

Implicit(String to DnsPrivateZonesLifecycleState)

Converts a string to a DnsPrivateZonesLifecycleState.

Inequality(DnsPrivateZonesLifecycleState, DnsPrivateZonesLifecycleState)

Determines if two DnsPrivateZonesLifecycleState values are not the same.

Applies to