VirtualMachineProfile.NonAdminUser Property

Definition

Gets or sets credentials for the non-admin user on the VM, if one exists.

[Newtonsoft.Json.JsonProperty(PropertyName="nonAdminUser")]
public Microsoft.Azure.Management.LabServices.Models.Credentials NonAdminUser { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nonAdminUser")>]
member this.NonAdminUser : Microsoft.Azure.Management.LabServices.Models.Credentials with get, set
Public Property NonAdminUser As Credentials

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to