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

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