CloudServiceListResponse.CloudService.GeoRegion 属性
可选。 可以在其中运行此云服务的地理区域。
命名空间: Microsoft.WindowsAzure.Management.Scheduler.Models
程序集: Microsoft.WindowsAzure.Management.Scheduler(Microsoft.WindowsAzure.Management.Scheduler.dll 中)
语法
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
属性值
Type: System.String
请参阅
CloudServiceListResponse.CloudService 类
Microsoft.WindowsAzure.Management.Scheduler.Models 命名空间
返回页首