PeeringExtensions.GetPeeringLocationsAsync Methode

Definition

Listet alle verfügbaren Peeringspeicherorte für die angegebene Art des Peerings auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringLocations
  • Vorgang IdPeeringLocations_List
public static Azure.AsyncPageable<Azure.ResourceManager.Peering.Models.PeeringLocation> GetPeeringLocationsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Peering.Models.PeeringLocationsKind kind, Azure.ResourceManager.Peering.Models.PeeringLocationsDirectPeeringType? directPeeringType = default, System.Threading.CancellationToken cancellationToken = default);
static member GetPeeringLocationsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Peering.Models.PeeringLocationsKind * Nullable<Azure.ResourceManager.Peering.Models.PeeringLocationsDirectPeeringType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Peering.Models.PeeringLocation>
<Extension()>
Public Function GetPeeringLocationsAsync (subscriptionResource As SubscriptionResource, kind As PeeringLocationsKind, Optional directPeeringType As Nullable(Of PeeringLocationsDirectPeeringType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PeeringLocation)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

kind
PeeringLocationsKind

Die Art des Peerings.

directPeeringType
Nullable<PeeringLocationsDirectPeeringType>

Der Typ des direkten Peerings.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der PeeringLocation mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: