DataBoxEdgeNodeStatus 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.
La status actuelle du nœud individuel.
public readonly struct DataBoxEdgeNodeStatus : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNodeStatus>
type DataBoxEdgeNodeStatus = struct
Public Structure DataBoxEdgeNodeStatus
Implements IEquatable(Of DataBoxEdgeNodeStatus)
- Héritage
-
DataBoxEdgeNodeStatus
- Implémente
Constructeurs
DataBoxEdgeNodeStatus(String) |
Initialise une nouvelle instance de DataBoxEdgeNodeStatus. |
Propriétés
Down |
hors service. |
Rebooting |
Redémarrage. |
ShuttingDown |
ShuttingDown. |
Unknown |
Inconnu. |
Up |
Haut. |
Méthodes
Equals(DataBoxEdgeNodeStatus) |
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(DataBoxEdgeNodeStatus, DataBoxEdgeNodeStatus) |
Détermine si deux DataBoxEdgeNodeStatus valeurs sont identiques. |
Implicit(String to DataBoxEdgeNodeStatus) |
Convertit une chaîne en DataBoxEdgeNodeStatus. |
Inequality(DataBoxEdgeNodeStatus, DataBoxEdgeNodeStatus) |
Détermine si deux DataBoxEdgeNodeStatus valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET