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)

public:
property String^ HostName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The DNS host name.

Return to top
Show: