ScriptParameter interface
An parameter that the script will accept
Properties
| description | User friendly description of the parameter |
| name | The parameter name that the script will expect a parameter value for |
| optional | Is this parameter required or optional |
| type | The type of parameter the script is expecting. psCredential is a PSCredentialObject |
| visibility | Should this parameter be visible to arm and passed in the parameters argument when executing |
Property Details
description
User friendly description of the parameter
description?: string
Property Value
string
name
The parameter name that the script will expect a parameter value for
name?: string
Property Value
string
optional
Is this parameter required or optional
optional?: string
Property Value
string
type
The type of parameter the script is expecting. psCredential is a PSCredentialObject
type?: string
Property Value
string
visibility
Should this parameter be visible to arm and passed in the parameters argument when executing
visibility?: string
Property Value
string