NodeStateCounts Classe
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.
Nombre de différents états de nœud de calcul sur le cluster.
public class NodeStateCounts
type NodeStateCounts = class
Public Class NodeStateCounts
- Héritage
-
NodeStateCounts
Constructeurs
NodeStateCounts() |
Initialise une nouvelle instance de la classe NodeStateCounts. |
NodeStateCounts(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initialise une nouvelle instance de la classe NodeStateCounts. |
Propriétés
IdleNodeCount |
Obtient le nombre de nœuds inactifs. |
LeavingNodeCount |
Obtient le nombre de nœuds sortants. |
PreparingNodeCount |
Obtient le nombre de nœuds de préparation. |
RunningNodeCount |
Obtient le nombre de nœuds en cours d’exécution. |
UnusableNodeCount |
Obtient le nombre de nœuds inutilisables. |
S’applique à
Azure SDK for .NET