DnsPrivateViewsLifecycleState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET