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