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