ISubscription.ListLocations Method

Definition

List the locations the subscription has access to.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ResourceManager.Fluent.ILocation> ListLocations ();
abstract member ListLocations : unit -> seq<Microsoft.Azure.Management.ResourceManager.Fluent.ILocation>
Public Function ListLocations () As IEnumerable(Of ILocation)

Returns

the lazy list of locations

Applies to