ConfigurationSet.ComputerName Property

 

Gets or sets the computer name for the Virtual Machine.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Public Property ComputerName As String

Property Value

Type: System.String

The computer name.

If a computer name is not specified, one is assigned that is a combination of the deployment name, role name, and identifying number. Computer names must be 1 to 15 characters long.

Return to top
Show: