RunCommandInputParameter Class

Describes the properties of a run command parameter.

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

Inheritance
RunCommandInputParameter

Constructor

RunCommandInputParameter(*, name: str, value: str, **kwargs)

Parameters

name
str
Required

Required. The run command parameter name.

value
str
Required

Required. The run command parameter value.