How to use the azure-mgmt-batch.azure.mgmt.batch.models.auto_storage_properties.AutoStorageProperties 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 / auto_storage_properties.py View on Github external
def __init__(self, storage_account_id, last_key_sync):
        super(AutoStorageProperties, self).__init__(storage_account_id=storage_account_id)
        self.last_key_sync = last_key_sync

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