Share via


RunCommandDocument Constructors

Definition

Overloads

RunCommandDocument()
RunCommandDocument(String, String, OperatingSystemTypes, String, String, IList<String>, IList<RunCommandParameterDefinition>)

RunCommandDocument()

public RunCommandDocument ();
Public Sub New ()

Applies to

RunCommandDocument(String, String, OperatingSystemTypes, String, String, IList<String>, IList<RunCommandParameterDefinition>)

public RunCommandDocument (string schema, string id, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OperatingSystemTypes osType, string label, string description, System.Collections.Generic.IList<string> script, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RunCommandParameterDefinition> parameters = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RunCommandDocument : string * string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OperatingSystemTypes * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RunCommandParameterDefinition> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RunCommandDocument
Public Sub New (schema As String, id As String, osType As OperatingSystemTypes, label As String, description As String, script As IList(Of String), Optional parameters As IList(Of RunCommandParameterDefinition) = Nothing)

Parameters

schema
String
id
String
label
String
description
String
script
IList<String>

Applies to