BatchServiceClient Class
A client for issuing REST requests to the Azure Batch service.
- Inheritance
-
msrest.service_client.SDKClientBatchServiceClient
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
|
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python