How to use the azure-mgmt-containerregistry.azure.mgmt.containerregistry.v2018_02_01_preview.models.quick_build_request_py3.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_py3.py View on Github external
def __init__(self, *, source_location: str, platform, docker_file_path: str, image_names=None, build_arguments=None, is_push_enabled: bool=True, no_cache: bool=False, timeout: int=3600, **kwargs) -> None:
        super(QuickBuildRequest, self).__init__(**kwargs)
        self.image_names = image_names
        self.source_location = source_location
        self.build_arguments = build_arguments
        self.is_push_enabled = is_push_enabled
        self.no_cache = no_cache
        self.timeout = timeout
        self.platform = platform
        self.docker_file_path = docker_file_path
        self.type = 'QuickBuild'

azure-mgmt-containerregistry

Microsoft Azure Container Registry Client Library for Python

MIT
Latest version published 6 months ago

Package Health Score

94 / 100
Full package analysis

Popular azure-mgmt-containerregistry functions

Similar packages