WebSpaceOperationsExtensions.ListGeoRegionsAsync(IWebSpaceOperations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the available geo regions for this web space.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse> ListGeoRegionsAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations operations);
static member ListGeoRegionsAsync : Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse>
<Extension()>
Public Function ListGeoRegionsAsync (operations As IWebSpaceOperations) As Task(Of WebSpacesListGeoRegionsResponse)
Parameters
- operations
- IWebSpaceOperations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
Returns
The List Geo Regions operation response.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET