How to use the azure-mgmt-batch.azure.mgmt.batch.models.application_update_parameters.ApplicationUpdateParameters 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 / application_update_parameters.py View on Github external
def __init__(self, allow_updates=None, default_version=None, display_name=None):
        super(ApplicationUpdateParameters, self).__init__()
        self.allow_updates = allow_updates
        self.default_version = default_version
        self.display_name = display_name

azure-mgmt-batch

Microsoft Azure Batch Management Client Library for Python

MIT
Latest version published 6 months ago

Package Health Score

88 / 100
Full package analysis

Popular azure-mgmt-batch functions

Similar packages