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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python