Sdílet prostřednictvím


RunCommandInput Constructors

Definition

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
script
IList<String>

Applies to