VirtualMachineRunCommandInner.RunAsPassword Property

Definition

Gets or sets specifies the user account password on the VM when executing the run command.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.runAsPassword")]
public string RunAsPassword { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.runAsPassword")>]
member this.RunAsPassword : string with get, set
Public Property RunAsPassword As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to