ConfigurationSet.HostName Property

 

Gets or sets the host 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 HostName { get; set; }
public:
property String^ HostName {
    String^ get();
    void set(String^ value);
}
member HostName : string with get, set
Public Property HostName As String

Property Value

Type: System.String

The host name.

Remarks

This property is used with the LinuxProvisioningConfiguration configuration type.

Host names must be 1 to 64 characters long.

See Also

ConfigurationSet Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top