How to use the azure-mgmt-containerregistry.azure.mgmt.containerregistry.v2018_02_01_preview.models.source_repository_properties_py3.SourceRepositoryProperties 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 / source_repository_properties_py3.py View on Github external
def __init__(self, *, source_control_type, repository_url: str, is_commit_trigger_enabled: bool=False, source_control_auth_properties=None, **kwargs) -> None:
        super(SourceRepositoryProperties, self).__init__(**kwargs)
        self.source_control_type = source_control_type
        self.repository_url = repository_url
        self.is_commit_trigger_enabled = is_commit_trigger_enabled
        self.source_control_auth_properties = source_control_auth_properties

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