BatchClient.CustomBehaviors Propriété

Définition

Obtient ou définit une liste de comportements qui modifient ou personnalisent les demandes adressées au service Batch.

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é

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 à