Share via


NetworkManagerDeploymentState Struct

Definition

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.

Applies to