IInheritedBehaviors.withCustomBehaviors(Collection<BatchClientBehavior> behaviors) 方法
定义
Sets a collection of behaviors that modify or customize requests to the Batch service.
public IInheritedBehaviors withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
参数
- behaviors
- Collection<BatchClientBehavior>
The collection of BatchClientBehavior instances.
返回
The current instance.