RunbookParameter interface
Definition of the runbook parameter type.
Properties
default |
Gets or sets the default value of parameter. |
is |
Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. |
position | Get or sets the position of the parameter. |
type | Gets or sets the type of the parameter. |
Property Details
defaultValue
Gets or sets the default value of parameter.
defaultValue?: string
Property Value
string
isMandatory
Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.
isMandatory?: boolean
Property Value
boolean
position
Get or sets the position of the parameter.
position?: number
Property Value
number
type
Gets or sets the type of the parameter.
type?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript