ApplicationOperations Class
- java.
lang. Object - IInheritedBehaviors
- com.
microsoft. azure. batch. ApplicationOperations
- com.
public class ApplicationOperations implements IInheritedBehaviors
Performs application-related operations on an Azure Batch account.
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. |
Application |
getApplication(String applicationId)
Gets information about the specified application. |
Application |
getApplication(String applicationId, Iterable<BatchClientBehavior> additionalBehaviors)
Gets information about the specified application. |
PagedList<Application |
listApplications()
Lists the applications in the Batch account. |
PagedList<Application |
listApplications(Iterable<BatchClientBehavior> additionalBehaviors)
Lists the applications in the Batch account. |
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.
Overrides:
ApplicationOperations.customBehaviors()Returns:
getApplication
public ApplicationSummary getApplication(String applicationId)
Gets information about the specified application.
Parameters:
Returns:
Throws:
getApplication
public ApplicationSummary getApplication(String applicationId, Iterable
Gets information about the specified application.
Parameters:
Returns:
Throws:
listApplications
public PagedList
Lists the applications in the Batch account.
Returns:
Throws:
listApplications
public PagedList
Lists the applications in the Batch account.
Parameters:
Returns:
Throws:
withCustomBehaviors
public IInheritedBehaviors withCustomBehaviors(Collection
Sets a collection of behaviors that modify or customize requests to the Batch service.
Overrides:
ApplicationOperations.withCustomBehaviors(Collection<BatchClientBehavior> behaviors)Parameters:
Returns: