How to use the azure-mgmt-imagebuilder.azure.mgmt.imagebuilder.models.image_template_power_shell_customizer_py3.ImageTemplatePowerShellCustomizer 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_power_shell_customizer_py3.py View on Github external
def __init__(self, *, name: str=None, script_uri: str=None, inline=None, valid_exit_codes=None, **kwargs) -> None:
        super(ImageTemplatePowerShellCustomizer, self).__init__(name=name, **kwargs)
        self.script_uri = script_uri
        self.inline = inline
        self.valid_exit_codes = valid_exit_codes
        self.type = 'PowerShell'

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