BatchServiceClient Class

A client for issuing REST requests to the Azure Batch service.

Inheritance
builtins.object
BatchServiceClient

Constructor

BatchServiceClient(credentials, base_url=None)

Parameters

credentials
<xref:msrestazure.azure_active_directory>

Credentials needed for the client to connect to Azure.

base_url
str

Service URL

Variables

config
<xref:BatchServiceClientConfiguration>

Configuration for client.

application
ApplicationOperations

Application operations

pool
PoolOperations

Pool operations

account
AccountOperations

Account operations

job
JobOperations

Job operations

certificate
CertificateOperations

Certificate operations

file
FileOperations

File operations

job_schedule
JobScheduleOperations

JobSchedule operations

task
TaskOperations

Task operations

compute_node
ComputeNodeOperations

ComputeNode operations