How to use the azure-mgmt-containerregistry.azure.mgmt.containerregistry.v2018_02_01_preview.models.quick_build_request.QuickBuildRequest function in azure-mgmt-containerregistry

To help you get started, we’ve selected a few azure-mgmt-containerregistry 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-containerregistry / azure / mgmt / containerregistry / v2018_02_01_preview / models / quick_build_request.py View on Github external
def __init__(self, **kwargs):
        super(QuickBuildRequest, self).__init__(**kwargs)
        self.image_names = kwargs.get('image_names', None)
        self.source_location = kwargs.get('source_location', None)
        self.build_arguments = kwargs.get('build_arguments', None)
        self.is_push_enabled = kwargs.get('is_push_enabled', True)
        self.no_cache = kwargs.get('no_cache', False)
        self.timeout = kwargs.get('timeout', 3600)
        self.platform = kwargs.get('platform', None)
        self.docker_file_path = kwargs.get('docker_file_path', None)
        self.type = 'QuickBuild'

azure-mgmt-containerregistry

Microsoft Azure Container Registry Client Library for Python

MIT
Latest version published 6 months ago

Package Health Score

88 / 100
Full package analysis

Popular azure-mgmt-containerregistry functions

Similar packages