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() | |
RunCommandParameterDefinition(String, String, String, Nullable<Boolean>) |
RunCommandParameterDefinition()
public RunCommandParameterDefinition ();
Public Sub New ()
Applies to
RunCommandParameterDefinition(String, String, String, Nullable<Boolean>)
public RunCommandParameterDefinition (string name, string type, string defaultValue = default, bool? required = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RunCommandParameterDefinition : string * string * string * Nullable<bool> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.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
- type
- String
- defaultValue
- String