VirtualMachineRunCommandUpdate.Parameters Property

Definition

Gets or sets the parameters used by the script.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.parameters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInputParameter> Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.parameters")>]
member this.Parameters : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInputParameter> with get, set
Public Property Parameters As IList(Of RunCommandInputParameter)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to