RunCommandInput.Parameters Property

Definition

Gets or sets the run command parameters.

[Newtonsoft.Json.JsonProperty(PropertyName="parameters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInputParameter> Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="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