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

DnsPrivateViewsLifecycleState Struct

Definition

DNS Private Views lifecycle state enum.

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

Constructors

DnsPrivateViewsLifecycleState(String)

Initializes a new instance of DnsPrivateViewsLifecycleState.

Properties

Active

DNS Private View is active.

Deleted

DNS Private View is deleted.

Deleting

DNS Private View is deleting.

Updating

DNS Private View is updating.

Methods

Equals(DnsPrivateViewsLifecycleState)

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

Determines if two DnsPrivateViewsLifecycleState values are the same.

Implicit(String to DnsPrivateViewsLifecycleState)

Converts a string to a DnsPrivateViewsLifecycleState.

Inequality(DnsPrivateViewsLifecycleState, DnsPrivateViewsLifecycleState)

Determines if two DnsPrivateViewsLifecycleState values are not the same.

Applies to