NetworkManagerDeploymentState Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
État du déploiement.
public readonly struct NetworkManagerDeploymentState : IEquatable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState>
type NetworkManagerDeploymentState = struct
Public Structure NetworkManagerDeploymentState
Implements IEquatable(Of NetworkManagerDeploymentState)
- Héritage
-
NetworkManagerDeploymentState
- Implémente
Constructeurs
NetworkManagerDeploymentState(String) |
Initialise une nouvelle instance de NetworkManagerDeploymentState. |
Propriétés
Deployed |
Déployé. |
Deploying |
Déploiement. |
Failed |
Échec. |
NotStarted |
NotStarted. |
Méthodes
Equals(NetworkManagerDeploymentState) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(NetworkManagerDeploymentState, NetworkManagerDeploymentState) |
Détermine si deux NetworkManagerDeploymentState valeurs sont identiques. |
Implicit(String to NetworkManagerDeploymentState) |
Convertit une chaîne en NetworkManagerDeploymentState. |
Inequality(NetworkManagerDeploymentState, NetworkManagerDeploymentState) |
Détermine si deux NetworkManagerDeploymentState valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET