CloudService.GeoRegion Property
Optional. Gets or sets the geographical region in which this cloud service can run.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.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
CloudService Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top