NetworkProvisioningState 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.
The current provisioning state.
public readonly struct NetworkProvisioningState : IEquatable<Azure.ResourceManager.Network.Models.NetworkProvisioningState>
type NetworkProvisioningState = struct
Public Structure NetworkProvisioningState
Implements IEquatable(Of NetworkProvisioningState)
- Inheritance
-
NetworkProvisioningState
- Implements
Constructors
NetworkProvisioningState(String) |
Initializes a new instance of NetworkProvisioningState. |
Properties
Deleting |
Deleting. |
Failed |
Failed. |
Succeeded |
Succeeded. |
Updating |
Updating. |
Methods
Equals(NetworkProvisioningState) |
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(NetworkProvisioningState, NetworkProvisioningState) |
Determines if two NetworkProvisioningState values are the same. |
Implicit(String to NetworkProvisioningState) |
Converts a string to a NetworkProvisioningState. |
Inequality(NetworkProvisioningState, NetworkProvisioningState) |
Determines if two NetworkProvisioningState values are not the same. |
Applies to
Azure SDK for .NET