CloudServiceListResponse.CloudService.GeoRegion Property
Optional. The geographical region in which this cloud service can run.
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
CloudServiceListResponse.CloudService Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace
Return to top