How to use the azure-mgmt-imagebuilder.azure.mgmt.imagebuilder.models.image_template_iso_source.ImageTemplateIsoSource 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_iso_source.py View on Github external
def __init__(self, **kwargs):
        super(ImageTemplateIsoSource, self).__init__(**kwargs)
        self.source_uri = kwargs.get('source_uri', None)
        self.sha256_checksum = kwargs.get('sha256_checksum', None)
        self.type = 'ISO'

azure-mgmt-imagebuilder

Microsoft Azure Image Builder Client Library for Python

MIT
Latest version published 3 months ago

Package Health Score

96 / 100
Full package analysis

Popular azure-mgmt-imagebuilder functions

Similar packages