public class BatchClient extends Object
Modifier and Type | Method and Description |
---|---|
AccountOperations |
accountOperations()
Gets an
AccountOperations object for performing account-related operations on the associated account. |
ApplicationOperations |
applicationOperations()
Gets an
ApplicationOperations object for performing application-related operations on the associated account. |
CertificateOperations |
certificateOperations()
Gets a
CertificateOperations object for performing certificate-related operations on the associated account. |
ComputeNodeOperations |
computeNodeOperations()
Gets a
ComputeNodeOperations object for performing compute node-related operations on the associated account. |
Collection<BatchClientBehavior> |
customBehaviors()
Gets a collection of behaviors that modify or customize requests to the Batch service.
|
FileOperations |
fileOperations()
Gets a
FileOperations object for performing file-related operations on the associated account. |
JobOperations |
jobOperations()
Gets a
JobOperations object for performing job-related operations on the associated account. |
JobScheduleOperations |
jobScheduleOperations()
Gets a
JobScheduleOperations object for performing job schedule-related operations on the associated account. |
static BatchClient |
open(BatchCredentials credentials)
Creates an instance of
BatchClient associated with the specified credentials. |
PoolOperations |
poolOperations()
Gets a
PoolOperations object for performing pool-related operations on the associated account. |
BatchServiceClient |
protocolLayer()
Gets the protocol layer service client that issues requests to the Azure Batch service.
|
TaskOperations |
taskOperations()
Gets a
TaskOperations object for performing task-related operations on the associated account. |
BatchClient |
withCustomBehaviors(Collection<BatchClientBehavior> customBehaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service.
|
public BatchServiceClient protocolLayer()
public static BatchClient open(BatchCredentials credentials)
BatchClient
associated with the specified credentials.credentials
- A BatchCredentials
object specifying the Batch account credentials.BatchClient
instance.public CertificateOperations certificateOperations()
CertificateOperations
object for performing certificate-related operations on the associated account.CertificateOperations
class.public JobOperations jobOperations()
JobOperations
object for performing job-related operations on the associated account.JobOperations
class.public TaskOperations taskOperations()
TaskOperations
object for performing task-related operations on the associated account.TaskOperations
class.public JobScheduleOperations jobScheduleOperations()
JobScheduleOperations
object for performing job schedule-related operations on the associated account.JobScheduleOperations
class.public FileOperations fileOperations()
FileOperations
object for performing file-related operations on the associated account.FileOperations
class.public PoolOperations poolOperations()
PoolOperations
object for performing pool-related operations on the associated account.PoolOperations
class.public ComputeNodeOperations computeNodeOperations()
ComputeNodeOperations
object for performing compute node-related operations on the associated account.ComputeNodeOperations
class.public ApplicationOperations applicationOperations()
ApplicationOperations
object for performing application-related operations on the associated account.ApplicationOperations
class.public AccountOperations accountOperations()
AccountOperations
object for performing account-related operations on the associated account.AccountOperations
class.public Collection<BatchClientBehavior> customBehaviors()
BatchClientBehavior
instances.public BatchClient withCustomBehaviors(Collection<BatchClientBehavior> customBehaviors)
customBehaviors
- The collection of BatchClientBehavior
instances.Copyright © 2019. All rights reserved.