How to use the azure-mgmt-servermanager.azure.mgmt.servermanager.models.power_shell_command_parameters.PowerShellCommandParameters function in azure-mgmt-servermanager

To help you get started, we’ve selected a few azure-mgmt-servermanager 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-servermanager / azure / mgmt / servermanager / models / power_shell_command_parameters.py View on Github external
def __init__(self, **kwargs):
        super(PowerShellCommandParameters, self).__init__(**kwargs)
        self.command = kwargs.get('command', None)

azure-mgmt-servermanager

Microsoft Azure Server Manager Management Client Library for Python

MIT
Latest version published 6 years ago

Package Health Score

66 / 100
Full package analysis

Popular azure-mgmt-servermanager functions

Similar packages