Share via


CloudServiceCreateParameters.GeoRegion Property

 

Required. The region for the cloud service. This field cannot be updated after the cloud service is created.

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

Syntax

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

Property Value

Type: System.String

See Also

CloudServiceCreateParameters Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top