NodeRemoveParameter 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
NodeRemoveParameter() |
Initialise une nouvelle instance de la classe NodeRemoveParameter. |
NodeRemoveParameter(IList<String>, Nullable<TimeSpan>, Nullable<ComputeNodeDeallocationOption>) |
Initialise une nouvelle instance de la classe NodeRemoveParameter. |
NodeRemoveParameter()
- Source:
- NodeRemoveParameter.cs
Initialise une nouvelle instance de la classe NodeRemoveParameter.
public NodeRemoveParameter ();
Public Sub New ()
S’applique à
NodeRemoveParameter(IList<String>, Nullable<TimeSpan>, Nullable<ComputeNodeDeallocationOption>)
- Source:
- NodeRemoveParameter.cs
Initialise une nouvelle instance de la classe NodeRemoveParameter.
public NodeRemoveParameter (System.Collections.Generic.IList<string> nodeList, TimeSpan? resizeTimeout = default, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeDeallocationOption? nodeDeallocationOption = default);
new Microsoft.Azure.Batch.Protocol.Models.NodeRemoveParameter : System.Collections.Generic.IList<string> * Nullable<TimeSpan> * Nullable<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeDeallocationOption> -> Microsoft.Azure.Batch.Protocol.Models.NodeRemoveParameter
Public Sub New (nodeList As IList(Of String), Optional resizeTimeout As Nullable(Of TimeSpan) = Nothing, Optional nodeDeallocationOption As Nullable(Of ComputeNodeDeallocationOption) = Nothing)
Paramètres
Délai d’expiration pour la suppression des nœuds de calcul dans le pool.
- nodeDeallocationOption
- Nullable<ComputeNodeDeallocationOption>
Détermine ce qu’il faut faire avec un nœud de calcul et ses tâches en cours d’exécution une fois qu’il a été sélectionné pour la désallocation.
S’applique à
Azure SDK for .NET