ServerCreateParameters.Location Property

 

Required. Gets or sets the region in which this server will be created. See https://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)

Syntax

public string Location { get; set; }
public:
property String^ Location {
    String^ get();
    void set(String^ value);
}
member Location : string with get, set
Public Property Location As String

Property Value

Type: System.String

See Also

ServerCreateParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top