RunCommandParameterDefinition Constructors
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.
Overloads
RunCommandParameterDefinition() |
Initializes a new instance of the RunCommandParameterDefinition class. |
RunCommandParameterDefinition(String, String, String, Nullable<Boolean>) |
Initializes a new instance of the RunCommandParameterDefinition class. |
RunCommandParameterDefinition()
Initializes a new instance of the RunCommandParameterDefinition class.
public RunCommandParameterDefinition ();
Public Sub New ()
Applies to
RunCommandParameterDefinition(String, String, String, Nullable<Boolean>)
Initializes a new instance of the RunCommandParameterDefinition class.
public RunCommandParameterDefinition (string name, string type, string defaultValue = default, bool? required = default);
new Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition : string * string * string * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition
Public Sub New (name As String, type As String, Optional defaultValue As String = Nothing, Optional required As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
The run command parameter name.
- type
- String
The run command parameter type.
- defaultValue
- String
The run command parameter default value.