How to use the azure-mgmt-batch.azure.mgmt.batch.models.batch_account.BatchAccount function in azure-mgmt-batch

To help you get started, we’ve selected a few azure-mgmt-batch examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-batch / azure / mgmt / batch / models / batch_account.py View on Github external
def __init__(self):
        super(BatchAccount, self).__init__()
        self.account_endpoint = None
        self.provisioning_state = None
        self.pool_allocation_mode = None
        self.key_vault_reference = None
        self.auto_storage = None
        self.core_quota = None
        self.pool_quota = None
        self.active_job_and_job_schedule_quota = None
github Azure / azure-sdk-for-python / azure-mgmt-batch / azure / mgmt / batch / models / batch_account.py View on Github external
def __init__(self):
        super(BatchAccount, self).__init__()
        self.account_endpoint = None
        self.provisioning_state = None
        self.pool_allocation_mode = None
        self.key_vault_reference = None
        self.auto_storage = None
        self.dedicated_core_quota = None
        self.low_priority_core_quota = None
        self.pool_quota = None
        self.active_job_and_job_schedule_quota = None

azure-mgmt-batch

Microsoft Azure Batch Management Client Library for Python

MIT
Latest version published 2 months ago

Package Health Score

96 / 100
Full package analysis

Popular azure-mgmt-batch functions

Similar packages