VirtualMachineRunCommandInner.ProtectedParameters Property

Definition

Gets or sets the parameters used by the script.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to