How to use the azure-batch.azure.batch.models.auto_pool_specification.AutoPoolSpecification function in azure-batch

To help you get started, we’ve selected a few azure-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-batch / azure / batch / models / auto_pool_specification.py View on Github external
def __init__(self, **kwargs):
        super(AutoPoolSpecification, self).__init__(**kwargs)
        self.auto_pool_id_prefix = kwargs.get('auto_pool_id_prefix', None)
        self.pool_lifetime_option = kwargs.get('pool_lifetime_option', None)
        self.keep_alive = kwargs.get('keep_alive', None)
        self.pool = kwargs.get('pool', None)

azure-batch

Microsoft Azure Batch Client Library for Python

MIT
Latest version published 2 months ago

Package Health Score

90 / 100
Full package analysis

Popular azure-batch functions