ServerCreateParameters::Location Property

 

Required. Gets or sets the region in which this server will be created. See http://azure.microsoft.com/regions/#services for a list of all the available regions.

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

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

Property Value

Type: System::String^
Return to top
Show: