azure.batch package¶
Module contents¶
-
class
azure.batch.
BatchServiceClient
(credentials, base_url=None)[source]¶ Bases:
object
A client for issuing REST requests to the Azure Batch service.
- Variables
config (BatchServiceClientConfiguration) – Configuration for client.
application (azure.batch.operations.ApplicationOperations) – Application operations
pool (azure.batch.operations.PoolOperations) – Pool operations
account (azure.batch.operations.AccountOperations) – Account operations
job (azure.batch.operations.JobOperations) – Job operations
certificate (azure.batch.operations.CertificateOperations) – Certificate operations
file (azure.batch.operations.FileOperations) – File operations
job_schedule (azure.batch.operations.JobScheduleOperations) – JobSchedule operations
task (azure.batch.operations.TaskOperations) – Task operations
compute_node (azure.batch.operations.ComputeNodeOperations) – ComputeNode operations
- Parameters
credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure.base_url (str) – Service URL