LocationsListResponse Class
Represents the list of available locations.
Namespace: Microsoft.WindowsAzure.Management.Models
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Usage
'Usage
Dim instance As LocationsListResponse
Syntax
'Declaration
Public Class LocationsListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of Location), IEnumerable
public class LocationsListResponse : AzureOperationResponse, IEnumerable<Location>, IEnumerable
public ref class LocationsListResponse : public AzureOperationResponse, IEnumerable<Location^>, IEnumerable
public class LocationsListResponse extends AzureOperationResponse implements IEnumerable<Location>,
IEnumerable
public class LocationsListResponse extends AzureOperationResponse implements IEnumerable<Location>,
IEnumerable
Inheritance Hierarchy
System.Object
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Management.Models.LocationsListResponse
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
LocationsListResponse Members
Microsoft.WindowsAzure.Management.Models Namespace