ScriptCmdletProperties interface
Properties of a pre-canned script
Properties
| audience | Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers |
| description | Description of the scripts functionality |
| parameters | Parameters the script will accept |
| provisioning |
The provisioning state of the resource. |
| timeout | Recommended time limit for execution |
Property Details
audience
Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers
audience?: string
Property Value
string
description
Description of the scripts functionality
description?: string
Property Value
string
parameters
provisioningState
The provisioning state of the resource.
provisioningState?: string
Property Value
string
timeout
Recommended time limit for execution
timeout?: string
Property Value
string