次の方法で共有


PeeringExtensions.GetPeeringLocationsAsync メソッド

定義

指定した種類のピアリングで使用可能なすべてのピアリングの場所を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Peering/peeringLocations
  • 操作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)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

kind
PeeringLocationsKind

ピアリングの種類。

directPeeringType
Nullable<PeeringLocationsDirectPeeringType>

ダイレクト ピアリングの種類。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の PeeringLocation サービス要求を受け取る可能性がある の非同期コレクション。

適用対象