IInheritedBehaviors Interface
public interface IInheritedBehaviors
This interface defines methods and properties that are inherited from the instantiating parent object. Classes that implement this interface inherit behaviors when they are instantiated. In this model, the collections are independent but the members are shared references. Members of this collection alter or customize various behaviors of Azure Batch service client objects. These behaviors are generally inherited by any child class instances. Modifications are applied in the order of the collection. The last write wins.
Method Summary
Modifier and Type | Method and Description |
---|---|
Collection<Batch |
customBehaviors()
Gets a collection of behaviors that modify or customize requests to the Batch service. |
IInherited |
withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service. |
Method Details
customBehaviors
public Collection
Gets a collection of behaviors that modify or customize requests to the Batch service.
Returns:
withCustomBehaviors
public IInheritedBehaviors withCustomBehaviors(Collection
Sets a collection of behaviors that modify or customize requests to the Batch service.
Parameters:
Returns: