NodeCounts Constructeurs
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.
Surcharges
NodeCounts() |
Initialise une nouvelle instance de la classe NodeCounts. |
NodeCounts(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
Initialise une nouvelle instance de la classe NodeCounts. |
NodeCounts()
Initialise une nouvelle instance de la classe NodeCounts.
public NodeCounts ();
Public Sub New ()
S’applique à
NodeCounts(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Initialise une nouvelle instance de la classe NodeCounts.
public NodeCounts (int creating, int idle, int offline, int preempted, int rebooting, int reimaging, int running, int starting, int startTaskFailed, int leavingPool, int unknown, int unusable, int waitingForStartTask, int total);
new Microsoft.Azure.Batch.Protocol.Models.NodeCounts : int * int * int * int * int * int * int * int * int * int * int * int * int * int -> Microsoft.Azure.Batch.Protocol.Models.NodeCounts
Public Sub New (creating As Integer, idle As Integer, offline As Integer, preempted As Integer, rebooting As Integer, reimaging As Integer, running As Integer, starting As Integer, startTaskFailed As Integer, leavingPool As Integer, unknown As Integer, unusable As Integer, waitingForStartTask As Integer, total As Integer)
Paramètres
- creating
- Int32
Nombre de nœuds de calcul dans l’état de création.
- idle
- Int32
Nombre de nœuds de calcul à l’état inactif.
- offline
- Int32
Nombre de nœuds de calcul à l’état hors connexion.
- preempted
- Int32
Nombre de nœuds de calcul dans l’état préempté.
- rebooting
- Int32
Nombre de nœuds de calcul à l’état de redémarrage.
- reimaging
- Int32
Nombre de nœuds de calcul dans l’état de réimagerie.
- running
- Int32
Nombre de nœuds de calcul dans l’état en cours d’exécution.
- starting
- Int32
Nombre de nœuds de calcul dans l’état de départ.
- startTaskFailed
- Int32
Nombre de nœuds de calcul dans l’état startTaskFailed.
- leavingPool
- Int32
Nombre de nœuds de calcul dans l’état leavingPool.
- unknown
- Int32
Nombre de nœuds de calcul à l’état inconnu.
- unusable
- Int32
Nombre de nœuds de calcul dans l’état inutilisable.
- waitingForStartTask
- Int32
Nombre de nœuds de calcul dans l’état waitingForStartTask.
- total
- Int32
Nombre total de nœuds de calcul.
S’applique à
Azure SDK for .NET