BatchServiceClient Class
A client for issuing REST requests to the Azure Batch service.
- Inheritance
-
builtins.objectBatchServiceClient
Constructor
BatchServiceClient(credentials, base_url=None)
Parameters
Name | Description |
---|---|
credentials
|
<xref:msrestazure.azure_active_directory>
Credentials needed for the client to connect to Azure. |
base_url
|
Service URL |
Variables
Name | Description |
---|---|
config
|
<xref:BatchServiceClientConfiguration>
Configuration for client. |
application
|
Application operations |
pool
|
Pool operations |
account
|
Account operations |
job
|
Job operations |
certificate
|
Certificate operations |
file
|
File operations |
job_schedule
|
JobSchedule operations |
task
|
Task operations |
compute_node
|
ComputeNode operations |