SubscriptionSdkClient.ListLocations Method
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.
Overloads
ListLocations(String) | |
ListLocations(String, Nullable<Boolean>) |
ListLocations(String)
public System.Collections.Generic.List<Microsoft.Azure.Internal.Subscriptions.Models.Location> ListLocations (string subscriptionId);
member this.ListLocations : string -> System.Collections.Generic.List<Microsoft.Azure.Internal.Subscriptions.Models.Location>
Public Function ListLocations (subscriptionId As String) As List(Of Location)
Parameters
- subscriptionId
- String
Returns
Applies to
ListLocations(String, Nullable<Boolean>)
public System.Collections.Generic.List<Microsoft.Azure.Management.ResourceManager.Models.Location> ListLocations (string subscriptionId, bool? includeExtendedLocations = default);
member this.ListLocations : string * Nullable<bool> -> System.Collections.Generic.List<Microsoft.Azure.Management.ResourceManager.Models.Location>
Public Function ListLocations (subscriptionId As String, Optional includeExtendedLocations As Nullable(Of Boolean) = Nothing) As List(Of Location)
Parameters
- subscriptionId
- String