NetworkManagerDeploymentState 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.
Deployment Status.
public readonly struct NetworkManagerDeploymentState : IEquatable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState>
type NetworkManagerDeploymentState = struct
Public Structure NetworkManagerDeploymentState
Implements IEquatable(Of NetworkManagerDeploymentState)
- Inheritance
-
NetworkManagerDeploymentState
- Implements
Constructors
| NetworkManagerDeploymentState(String) |
Initializes a new instance of NetworkManagerDeploymentState. |
Properties
| Deployed |
Deployed. |
| Deploying |
Deploying. |
| Failed |
Failed. |
| NotStarted |
NotStarted. |
Methods
| Equals(NetworkManagerDeploymentState) |
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(NetworkManagerDeploymentState, NetworkManagerDeploymentState) |
Determines if two NetworkManagerDeploymentState values are the same. |
| Implicit(String to NetworkManagerDeploymentState) |
Converts a String to a NetworkManagerDeploymentState. |
| Inequality(NetworkManagerDeploymentState, NetworkManagerDeploymentState) |
Determines if two NetworkManagerDeploymentState values are not the same. |