PoolUpdatePropertiesParameter 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
PoolUpdatePropertiesParameter() |
Initialise une nouvelle instance de la classe PoolUpdatePropertiesParameter. |
PoolUpdatePropertiesParameter(IList<CertificateReference>, IList<ApplicationPackageReference>, IList<MetadataItem>, StartTask, Nullable<NodeCommunicationMode>) |
Initialise une nouvelle instance de la classe PoolUpdatePropertiesParameter. |
PoolUpdatePropertiesParameter()
Initialise une nouvelle instance de la classe PoolUpdatePropertiesParameter.
public PoolUpdatePropertiesParameter ();
Public Sub New ()
S’applique à
PoolUpdatePropertiesParameter(IList<CertificateReference>, IList<ApplicationPackageReference>, IList<MetadataItem>, StartTask, Nullable<NodeCommunicationMode>)
Initialise une nouvelle instance de la classe PoolUpdatePropertiesParameter.
public PoolUpdatePropertiesParameter (System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.CertificateReference> certificateReferences, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ApplicationPackageReference> applicationPackageReferences, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MetadataItem> metadata, Microsoft.Azure.Batch.Protocol.Models.StartTask startTask = default, Microsoft.Azure.Batch.Protocol.Models.NodeCommunicationMode? targetNodeCommunicationMode = default);
new Microsoft.Azure.Batch.Protocol.Models.PoolUpdatePropertiesParameter : 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> * Microsoft.Azure.Batch.Protocol.Models.StartTask * Nullable<Microsoft.Azure.Batch.Protocol.Models.NodeCommunicationMode> -> Microsoft.Azure.Batch.Protocol.Models.PoolUpdatePropertiesParameter
Public Sub New (certificateReferences As IList(Of CertificateReference), applicationPackageReferences As IList(Of ApplicationPackageReference), metadata As IList(Of MetadataItem), Optional startTask As StartTask = Nothing, Optional targetNodeCommunicationMode As Nullable(Of NodeCommunicationMode) = Nothing)
Paramètres
- certificateReferences
- IList<CertificateReference>
Liste des certificats à installer sur chaque nœud de calcul du pool.
- applicationPackageReferences
- IList<ApplicationPackageReference>
Liste des packages d’application à 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.
- 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é.
- targetNodeCommunicationMode
- Nullable<NodeCommunicationMode>
Mode de communication de nœud souhaité pour le pool.
S’applique à
Azure SDK for .NET