azure.mgmt.batch package¶
Module contents¶
-
class
azure.mgmt.batch.
BatchManagementClient
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrest.service_client.SDKClient
- Variables
config (BatchManagementClientConfiguration) – Configuration for client.
batch_account (azure.mgmt.batch.operations.BatchAccountOperations) – BatchAccount operations
application_package (azure.mgmt.batch.operations.ApplicationPackageOperations) – ApplicationPackage operations
application (azure.mgmt.batch.operations.ApplicationOperations) – Application operations
location (azure.mgmt.batch.operations.LocationOperations) – Location operations
operations (azure.mgmt.batch.operations.Operations) – Operations operations
certificate (azure.mgmt.batch.operations.CertificateOperations) – Certificate operations
pool (azure.mgmt.batch.operations.PoolOperations) – Pool operations
- Parameters
credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure.subscription_id (str) – The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)
base_url (str) – Service URL
-
class
azure.mgmt.batch.
BatchManagementClientConfiguration
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrestazure.azure_configuration.AzureConfiguration
Configuration for BatchManagementClient 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.subscription_id (str) – The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)
base_url (str) – Service URL