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)

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 service.

See Also

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

Return to top