RoleInstance.HostName Property

 

Gets or sets the DNS host name of the cloud service in which the role instance is running.

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 DNS host name.

See Also

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

Return to top