ComputeNodeInformation 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
ComputeNodeInformation() |
Initialise une nouvelle instance de la classe ComputeNodeInformation. |
ComputeNodeInformation(String, String, String, String, String, String) |
Initialise une nouvelle instance de la classe ComputeNodeInformation. |
ComputeNodeInformation()
- Source:
- ComputeNodeInformation.cs
Initialise une nouvelle instance de la classe ComputeNodeInformation.
public ComputeNodeInformation ();
Public Sub New ()
S’applique à
ComputeNodeInformation(String, String, String, String, String, String)
- Source:
- ComputeNodeInformation.cs
Initialise une nouvelle instance de la classe ComputeNodeInformation.
public ComputeNodeInformation (string affinityId = default, string nodeUrl = default, string poolId = default, string nodeId = default, string taskRootDirectory = default, string taskRootDirectoryUrl = default);
new Microsoft.Azure.Batch.Protocol.Models.ComputeNodeInformation : string * string * string * string * string * string -> Microsoft.Azure.Batch.Protocol.Models.ComputeNodeInformation
Public Sub New (Optional affinityId As String = Nothing, Optional nodeUrl As String = Nothing, Optional poolId As String = Nothing, Optional nodeId As String = Nothing, Optional taskRootDirectory As String = Nothing, Optional taskRootDirectoryUrl As String = Nothing)
Paramètres
- affinityId
- String
Identificateur du nœud sur lequel la tâche s’est exécutée, qui peut être transmis lors de l’ajout d’une tâche pour demander que la tâche soit planifiée sur ce nœud de calcul.
- nodeUrl
- String
URL du nœud de calcul sur lequel la tâche s’est exécutée.
- poolId
- String
ID du pool sur lequel la tâche s’est exécutée.
- nodeId
- String
ID du nœud de calcul sur lequel la tâche s’est exécutée.
- taskRootDirectory
- String
Répertoire racine de la tâche sur le nœud de calcul.
- taskRootDirectoryUrl
- String
URL du répertoire racine de la tâche sur le nœud de calcul.
S’applique à
Azure SDK for .NET