HostedServiceListResponse::HostedService::ServiceName Property

 

Gets or sets the name of the cloud service.

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

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

Property Value

Type: System::String^

The name.

This name is the DNS prefix name and can be used to access the cloud service. For example, if the cloud service name is MyService you could access the access the cloud service by calling: http://MyService.cloudapp.net.

Return to top
Show: