Partager via


PoolPatchParameter Constructeurs

Définition

Surcharges

PoolPatchParameter()

Initialise une nouvelle instance de la classe PoolPatchParameter.

PoolPatchParameter(StartTask, IList<CertificateReference>, IList<ApplicationPackageReference>, IList<MetadataItem>, Nullable<NodeCommunicationMode>)

Initialise une nouvelle instance de la classe PoolPatchParameter.

PoolPatchParameter()

Source:
PoolPatchParameter.cs

Initialise une nouvelle instance de la classe PoolPatchParameter.

public PoolPatchParameter ();
Public Sub New ()

S’applique à

PoolPatchParameter(StartTask, IList<CertificateReference>, IList<ApplicationPackageReference>, IList<MetadataItem>, Nullable<NodeCommunicationMode>)

Source:
PoolPatchParameter.cs

Initialise une nouvelle instance de la classe PoolPatchParameter.

public PoolPatchParameter (Microsoft.Azure.Batch.Protocol.Models.StartTask startTask = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.CertificateReference> certificateReferences = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ApplicationPackageReference> applicationPackageReferences = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MetadataItem> metadata = default, Microsoft.Azure.Batch.Protocol.Models.NodeCommunicationMode? targetNodeCommunicationMode = default);
new Microsoft.Azure.Batch.Protocol.Models.PoolPatchParameter : Microsoft.Azure.Batch.Protocol.Models.StartTask * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.CertificateReference> * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ApplicationPackageReference> * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MetadataItem> * Nullable<Microsoft.Azure.Batch.Protocol.Models.NodeCommunicationMode> -> Microsoft.Azure.Batch.Protocol.Models.PoolPatchParameter
Public Sub New (Optional startTask As StartTask = Nothing, Optional certificateReferences As IList(Of CertificateReference) = Nothing, Optional applicationPackageReferences As IList(Of ApplicationPackageReference) = Nothing, Optional metadata As IList(Of MetadataItem) = Nothing, Optional targetNodeCommunicationMode As Nullable(Of NodeCommunicationMode) = Nothing)

Paramètres

startTask
StartTask

Tâche à exécuter sur chaque nœud de calcul à mesure qu’il joint le pool. La tâche s’exécute lorsque le nœud de calcul est ajouté au pool ou lorsque le nœud de calcul est redémarré.

certificateReferences
IList<CertificateReference>

Liste des certificats à installer sur chaque nœud de calcul du pool.

applicationPackageReferences
IList<ApplicationPackageReference>

Liste des packages à installer sur chaque nœud de calcul du pool.

metadata
IList<MetadataItem>

Liste de paires nom-valeur associées au pool en tant que métadonnées.

targetNodeCommunicationMode
Nullable<NodeCommunicationMode>

Mode de communication de nœud souhaité pour le pool.

S’applique à