ConfigurationSet.UserName Property
Gets or sets the name of a user account to be created in the sudoer group of the Virtual Machine.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public string UserName { get; set; }
public:
property String^ UserName {
String^ get();
void set(String^ value);
}
member UserName : string with get, set
Public Property UserName As String
Property Value
Type: System.String
The name of the user account.
Remarks
This property is used with the LinuxProvisioningConfiguration configuration type.
User account names must be 1 to 32 characters long.
See Also
ConfigurationSet Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top