你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RunCommandParameterDefinition interface
Describes the properties of a run command parameter.
Properties
default |
The run command parameter default value. |
name | The run command parameter name. |
required | The run command parameter required. |
type | The run command parameter type. |
Property Details
defaultValue
The run command parameter default value.
defaultValue?: string
Property Value
string
name
The run command parameter name.
name: string
Property Value
string
required
The run command parameter required.
required?: boolean
Property Value
boolean
type
The run command parameter type.
type: string
Property Value
string