ApplicationOperations.listApplications 方法
定义
重载
listApplications() |
Lists the applications in the Batch account.
|
listApplications(Iterable<BatchClientBehavior> additionalBehaviors) |
Lists the applications in the Batch account.
|
listApplications()
Lists the applications in the Batch account.
public PagedList<ApplicationSummary> listApplications()
返回
A list of ApplicationSummary objects.
例外
Exception thrown when an error response is received from the Batch service.
Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service.
listApplications(Iterable<BatchClientBehavior> additionalBehaviors)
Lists the applications in the Batch account.
public PagedList<ApplicationSummary> listApplications(Iterable<BatchClientBehavior> additionalBehaviors)
参数
- additionalBehaviors
- Iterable<BatchClientBehavior>
A collection of BatchClientBehavior instances that are applied to the Batch service request.
返回
A list of ApplicationSummary objects.
例外
Exception thrown when an error response is received from the Batch service.
Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service.