WebSpacesListGeoRegionsResponse Class
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.
The List Geo Regions operation response.
public class WebSpacesListGeoRegionsResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse.GeoRegion>
type WebSpacesListGeoRegionsResponse = class
inherit AzureOperationResponse
interface seq<WebSpacesListGeoRegionsResponse.GeoRegion>
interface IEnumerable
Public Class WebSpacesListGeoRegionsResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of WebSpacesListGeoRegionsResponse.GeoRegion)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseWebSpacesListGeoRegionsResponse
- Implements
Constructors
WebSpacesListGeoRegionsResponse() |
Initializes a new instance of the WebSpacesListGeoRegionsResponse class. |
Properties
GeoRegions |
Optional. The available geo regions. |
Methods
GetEnumerator() |
Gets the sequence of GeoRegions. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of GeoRegions. |
Extension Methods
ToCommaSeparatedString<T>(IEnumerable<T>) |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |
Applies to
Azure SDK for .NET