共用方式為


RunCommandInput 類別

擷取虛擬機器參數。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.compute._serialization.Model
RunCommandInput

建構函式

RunCommandInput(*, command_id: str, script: List[str] | None = None, parameters: List[_models.RunCommandInputParameter] | None = None, **kwargs: Any)

Keyword-Only Parameters

command_id
str

執行命令識別碼。必要。

script
list[str]

選擇性。 要執行的腳本。 當指定此值時,指定的腳本會覆寫命令的預設腳本。

parameters
list[RunCommandInputParameter]

執行命令參數。

變數

command_id
str

執行命令識別碼。必要。

script
list[str]

選擇性。 要執行的腳本。 當指定此值時,指定的腳本會覆寫命令的預設腳本。

parameters
list[RunCommandInputParameter]

執行命令參數。