RunCommandInput 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
RunCommandInput() | |
RunCommandInput(String, IList<String>, IList<RunCommandInputParameter>) |
RunCommandInput()
public RunCommandInput ();
Public Sub New ()
Applies to
RunCommandInput(String, IList<String>, IList<RunCommandInputParameter>)
public RunCommandInput (string commandId, System.Collections.Generic.IList<string> script = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RunCommandInputParameter> parameters = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RunCommandInput : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RunCommandInputParameter> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RunCommandInput
Public Sub New (commandId As String, Optional script As IList(Of String) = Nothing, Optional parameters As IList(Of RunCommandInputParameter) = Nothing)
Parameters
- commandId
- String
- parameters
- IList<RunCommandInputParameter>