RunCommandDocument 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
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
- osType
- OperatingSystemTypes
- label
- String
- description
- String
- parameters
- IList<RunCommandParameterDefinition>