How to use the azure-batch.azure.batch.models.application_package_reference.ApplicationPackageReference 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 / application_package_reference.py View on Github external
def __init__(self, **kwargs):
        super(ApplicationPackageReference, self).__init__(**kwargs)
        self.application_id = kwargs.get('application_id', None)
        self.version = kwargs.get('version', None)

azure-batch

Microsoft Azure Batch Client Library for Python

MIT
Latest version published 2 months ago

Package Health Score

96 / 100
Full package analysis

Popular azure-batch functions