共用方式為


RunCommandParameterDefinition 類別

描述執行命令參數的屬性。

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

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

建構函式

RunCommandParameterDefinition(*, name: str, type: str, default_value: str | None = None, required: bool = False, **kwargs: Any)

Keyword-Only Parameters

name
str

執行命令參數名稱。 必要。

type
str

run 命令參數類型。 必要。

default_value
str

run 命令參數預設值。

required
bool

需要執行命令參數。

變數

name
str

執行命令參數名稱。 必要。

type
str

run 命令參數類型。 必要。

default_value
str

run 命令參數預設值。

required
bool

需要執行命令參數。