Share via


LocationsListResponse.Locations Property

 

Gets or sets a collection of LocationsListResponse.Location objects that lists the available data center locations.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IList<LocationsListResponse.Location>

A collection of LocationsListResponse.Location objects.

See Also

LocationsListResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top