WebSpacesListGeoRegionsResponse.GeoRegions 属性
Gets or sets a collection of GeoRegion objects that lists the available geo-regions.
命名空间: Microsoft.WindowsAzure.Management.WebSites.Models
程序集: Microsoft.WindowsAzure.Management.WebSites(在 Microsoft.WindowsAzure.Management.WebSites.dll 中)
使用
用法
Dim instance As WebSpacesListGeoRegionsResponse
Dim value As IList(Of GeoRegion)
value = instance.GeoRegions
instance.GeoRegions = value
语法
声明
Public Property GeoRegions As IList(Of GeoRegion)
public IList<GeoRegion> GeoRegions { get; set; }
public:
property IList<GeoRegion^>^ GeoRegions {
IList<GeoRegion^>^ get ();
void set (IList<GeoRegion^>^ value);
}
/** @property */
public IList<GeoRegion> get_GeoRegions ()
/** @property */
public void set_GeoRegions (IList<GeoRegion> value)
public function get GeoRegions () : IList<GeoRegion>
public function set GeoRegions (value : IList<GeoRegion>)
属性值
A collection of GeoRegion objects.
线程安全
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
WebSpacesListGeoRegionsResponse 类
WebSpacesListGeoRegionsResponse 成员
Microsoft.WindowsAzure.Management.WebSites.Models 命名空间