LocationsListResponse.Locations Property
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.
Optional. The data center locations that are valid for your subscription.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Models.LocationsListResponse.Location> Locations { get; set; }
member this.Locations : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Models.LocationsListResponse.Location> with get, set
Public Property Locations As IList(Of LocationsListResponse.Location)