Freigeben über


SubscriptionsOperationsExtensions.ListLocations Methode

Definition

Ruft alle verfügbaren geografischen Standorte ab.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ResourceManager.Models.Location> ListLocations (this Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations operations, string subscriptionId, bool? includeExtendedLocations = default);
static member ListLocations : Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations * string * Nullable<bool> -> seq<Microsoft.Azure.Management.ResourceManager.Models.Location>
<Extension()>
Public Function ListLocations (operations As ISubscriptionsOperations, subscriptionId As String, Optional includeExtendedLocations As Nullable(Of Boolean) = Nothing) As IEnumerable(Of Location)

Parameter

operations
ISubscriptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

subscriptionId
String

Hierbei handelt es sich um die ID des Zielabonnements.

includeExtendedLocations
Nullable<Boolean>

Gibt an, ob erweiterte Standorte einbezogen werden sollen.

Gibt zurück

Hinweise

Dieser Vorgang stellt alle Standorte bereit, die für Ressourcenanbieter verfügbar sind. Jeder Ressourcenanbieter unterstützt jedoch möglicherweise eine Teilmenge dieser Liste.

Gilt für: