azure.batch package

Module contents

class azure.batch.BatchServiceClient(credentials, batch_url)[source]

Bases: msrest.service_client.SDKClient

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

Variables
Parameters
  • credentials (A msrestazure Credentials object) – Credentials needed for the client to connect to Azure.

  • batch_url (str) – The base URL for all Azure Batch service requests.

class azure.batch.BatchServiceClientConfiguration(credentials, batch_url)[source]

Bases: msrestazure.azure_configuration.AzureConfiguration

Configuration for BatchServiceClient Note that all parameters used to create this instance are saved as instance attributes.

Parameters
  • credentials (A msrestazure Credentials object) – Credentials needed for the client to connect to Azure.

  • batch_url (str) – The base URL for all Azure Batch service requests.