VirtualMachineRunCommandInner.RunAsUser Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to