Megosztás a következőn keresztül:


PeeringExtensions.GetPeeringsAsync Method

Definition

Lists all of the peerings under the given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Peering/peerings
  • Operation Id: Peerings_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.Peering.PeeringResource> GetPeeringsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetPeeringsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Peering.PeeringResource>
<Extension()>
Public Function GetPeeringsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PeeringResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of PeeringResource that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to