How to use the azure-mgmt-containerregistry.azure.mgmt.containerregistry.v2018_02_01_preview.models.operation_definition_py3.OperationDefinition 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 / operation_definition_py3.py View on Github external
def __init__(self, *, origin: str=None, name: str=None, display=None, service_specification=None, **kwargs) -> None:
        super(OperationDefinition, self).__init__(**kwargs)
        self.origin = origin
        self.name = name
        self.display = display
        self.service_specification = service_specification

azure-mgmt-containerregistry

Microsoft Azure Container Registry Client Library for Python

MIT
Latest version published 12 months ago

Package Health Score

87 / 100
Full package analysis

Popular azure-mgmt-containerregistry functions

Similar packages