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)
Syntax
public string ComputerName { get; set; }
public:
property String^ ComputerName {
String^ get();
void set(String^ value);
}
member ComputerName : string with get, set
Public Property ComputerName As String
Property Value
Type: System.String
The computer name.
Remarks
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.
See Also
ConfigurationSet Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top