HostedServiceCreateParameters.Location Property

 

Gets or sets the location where the cloud service will be created.

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

public string Location { get; set; }

Property Value

Type: System.String

The location.

Specify either Location or AffinityGroup, but not both.

Return to top
Show: