RunCommandInput 類別
擷取虛擬機器參數。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.compute._serialization.ModelRunCommandInput
建構函式
RunCommandInput(*, command_id: str, script: List[str] | None = None, parameters: List[_models.RunCommandInputParameter] | None = None, **kwargs)
變數
- command_id
- str
執行命令識別碼。必要。
- parameters
- list[RunCommandInputParameter]
執行命令參數。