How to use the azure-mgmt-imagebuilder.azure.mgmt.imagebuilder.models.image_template_managed_image_distributor.ImageTemplateManagedImageDistributor function in azure-mgmt-imagebuilder

To help you get started, we’ve selected a few azure-mgmt-imagebuilder 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-imagebuilder / azure / mgmt / imagebuilder / models / image_template_managed_image_distributor.py View on Github external
def __init__(self, **kwargs):
        super(ImageTemplateManagedImageDistributor, self).__init__(**kwargs)
        self.image_id = kwargs.get('image_id', None)
        self.location = kwargs.get('location', None)
        self.type = 'ManagedImage'

azure-mgmt-imagebuilder

Microsoft Azure Image Builder Client Library for Python

MIT
Latest version published 5 months ago

Package Health Score

94 / 100
Full package analysis

Popular azure-mgmt-imagebuilder functions

Similar packages