HostedServiceCreateParameters.ServiceName Property

 

Gets or sets the name for the cloud service that is unique within a subscription.

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

public string ServiceName { get; set; }

Property Value

Type: System.String

The name.

This name is the DNS prefix name and can be used to access the service.

Return to top
Show: