BatchServiceClient Class

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

Inheritance
msrest.service_client.SDKClient
BatchServiceClient

Constructor

BatchServiceClient(credentials, batch_url)

Parameters

Name Description
credentials
Required
<xref:msrestazure.azure_active_directory>

Credentials needed for the client to connect to Azure.

batch_url
Required
str

The base URL for all Azure Batch service requests.

Variables

Name Description
config

Configuration for client.

application

Application operations

pool

Pool operations

account

Account operations

certificate

Certificate operations

file

File operations

job_schedule

JobSchedule operations

job

Job operations

task

Task operations

compute_node

ComputeNode operations

compute_node_extension

ComputeNodeExtension operations

Methods

close

Close the client if keep_alive is True.

close

Close the client if keep_alive is True.

close() -> None