RunCommandParameterDefinition Class

Describes the properties of a run command parameter.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.compute._serialization.Model
RunCommandParameterDefinition

Constructor

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

Keyword-Only Parameters

Name Description
name
str

The run command parameter name. Required.

type
str

The run command parameter type. Required.

default_value
str

The run command parameter default value.

required

The run command parameter required.

Variables

Name Description
name
str

The run command parameter name. Required.

type
str

The run command parameter type. Required.

default_value
str

The run command parameter default value.

required

The run command parameter required.