RunCommandDocument Class
Describes the properties of a Run Command.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.compute.v2018_04_01.models._models_py3.RunCommandDocumentBaseRunCommandDocument
Constructor
RunCommandDocument(*, schema: str, id: str, os_type: Union[str, azure.mgmt.compute.v2018_04_01.models._compute_management_client_enums.OperatingSystemTypes], label: str, description: str, script: List[str], parameters: Optional[List[azure.mgmt.compute.v2018_04_01.models._models_py3.RunCommandParameterDefinition]] = None, **kwargs)
Parameters
- os_type
- str or OperatingSystemTypes
Required
Required. The Operating System type. Possible values include: "Windows", "Linux".
Feedback
Submit and view feedback for