JobOperations.CustomBehaviors Propiedad

Definición

Obtiene o establece una lista de comportamientos que modifican o personalizan las solicitudes al servicio Batch realizado a través de este JobOperations.

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)

Valor de propiedad

Implementaciones

Comentarios

Estos comportamientos los heredan los objetos secundarios.

Las modificaciones se aplican en el orden de la colección. La última escritura gana.

Se aplica a