CloudPool.CustomBehaviors Propriété
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.
Obtient ou définit une liste de comportements qui modifient ou personnalisent les demandes adressées au service Batch effectuées via ce CloudPool.
public System.Collections.Generic.IList<Microsoft.Azure.Batch.BatchClientBehavior> CustomBehaviors { get; set; }
member this.CustomBehaviors : System.Collections.Generic.IList<Microsoft.Azure.Batch.BatchClientBehavior> with get, set
Public Property CustomBehaviors As IList(Of BatchClientBehavior)
Valeur de propriété
Implémente
Remarques
Ces comportements sont hérités par les objets enfants.
Les modifications sont appliquées dans l’ordre de la collection. La dernière écriture gagne.
S’applique à
Azure SDK for .NET