Sdílet prostřednictvím


WebSpacesListGeoRegionsResponse.GeoRegions Property

 

Gets or sets a collection of WebSpacesListGeoRegionsResponse.GeoRegion objects that lists the available geo-regions.

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

Syntax

public IList<WebSpacesListGeoRegionsResponse.GeoRegion> GeoRegions { get; set; }
public:
property IList<WebSpacesListGeoRegionsResponse::GeoRegion^>^ GeoRegions {
    IList<WebSpacesListGeoRegionsResponse::GeoRegion^>^ get();
    void set(IList<WebSpacesListGeoRegionsResponse::GeoRegion^>^ value);
}
member GeoRegions : IList<WebSpacesListGeoRegionsResponse.GeoRegion> with get, set
Public Property GeoRegions As IList(Of WebSpacesListGeoRegionsResponse.GeoRegion)

Property Value

Type: System.Collections.Generic.IList<WebSpacesListGeoRegionsResponse.GeoRegion>

A collection of WebSpacesListGeoRegionsResponse.GeoRegion objects.

See Also

WebSpacesListGeoRegionsResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top