BatchServiceClient Class

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

Inheritance
BatchServiceClient

Constructor

BatchServiceClient(credentials, batch_url)

Parameters

credentials
azure_active_directory
Required

Credentials needed for the client to connect to Azure.

batch_url
str
Required

The base URL for all Azure Batch service requests.

Variables

config
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

compute_node_extension
ComputeNodeExtensionOperations

ComputeNodeExtension operations