ScriptParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An parameter that the script will accept
public class ScriptParameter
type ScriptParameter = class
Public Class ScriptParameter
- Inheritance
-
ScriptParameter
Constructors
ScriptParameter() |
Initializes a new instance of the ScriptParameter class. |
ScriptParameter(String, String, String, String, String) |
Initializes a new instance of the ScriptParameter class. |
Properties
Description |
Gets user friendly description of the parameter |
Name |
Gets or sets the parameter name that the script will expect a parameter value for |
Optional |
Gets is this parameter required or optional. Possible values include: 'Optional', 'Required' |
Type |
Gets the type of parameter the script is expecting. psCredential is a PSCredentialObject. Possible values include: 'String', 'SecureString', 'Credential', 'Int', 'Bool', 'Float' |
Visibility |
Gets should this parameter be visible to arm and passed in the parameters argument when executing. Possible values include: 'Visible', 'Hidden' |
Applies to
Azure SDK for .NET