How to use the azure-mgmt-imagebuilder.azure.mgmt.imagebuilder.models.image_template_file_customizer_py3.ImageTemplateFileCustomizer 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_file_customizer_py3.py View on Github external
def __init__(self, *, name: str=None, source_uri: str=None, destination: str=None, **kwargs) -> None:
        super(ImageTemplateFileCustomizer, self).__init__(name=name, **kwargs)
        self.source_uri = source_uri
        self.destination = destination
        self.type = 'File'

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