Share via


IVirtualMachineRunCommand.RunAsUser Property

Definition

Specifies the user account on the VM when executing the run command.

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="Specifies the user account on the VM when executing the run command.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="runAsUser")]
public string RunAsUser { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="Specifies the user account on the VM when executing the run command.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="runAsUser")>]
member this.RunAsUser : string with get, set
Public Property RunAsUser As String

Property Value

Attributes

Applies to