WorkloadNetworkDnsZoneProvisioningState 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.
Workload Network DNS Zone provisioning state.
public readonly struct WorkloadNetworkDnsZoneProvisioningState : IEquatable<Azure.ResourceManager.Avs.Models.WorkloadNetworkDnsZoneProvisioningState>
type WorkloadNetworkDnsZoneProvisioningState = struct
Public Structure WorkloadNetworkDnsZoneProvisioningState
Implements IEquatable(Of WorkloadNetworkDnsZoneProvisioningState)
- Inheritance
-
WorkloadNetworkDnsZoneProvisioningState
- Implements
Constructors
WorkloadNetworkDnsZoneProvisioningState(String) |
Initializes a new instance of WorkloadNetworkDnsZoneProvisioningState. |
Properties
Building |
is building. |
Canceled |
Resource creation was canceled. |
Deleting |
is deleting. |
Failed |
Resource creation failed. |
Succeeded |
Resource has been created. |
Updating |
is updating. |
Methods
Equals(WorkloadNetworkDnsZoneProvisioningState) |
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(WorkloadNetworkDnsZoneProvisioningState, WorkloadNetworkDnsZoneProvisioningState) |
Determines if two WorkloadNetworkDnsZoneProvisioningState values are the same. |
Implicit(String to WorkloadNetworkDnsZoneProvisioningState) |
Converts a String to a WorkloadNetworkDnsZoneProvisioningState. |
Inequality(WorkloadNetworkDnsZoneProvisioningState, WorkloadNetworkDnsZoneProvisioningState) |
Determines if two WorkloadNetworkDnsZoneProvisioningState values are not the same. |
Applies to
Azure SDK for .NET