次の方法で共有


ExpressRoutePortsLocationsOperationsExtensions.ListNextAsync メソッド

定義

すべての ExpressRoutePort ピアリングの場所を取得します。 各場所で使用可能な帯域幅を返しません。 使用可能な帯域幅は、特定のピアリングの場所を取得する場合にのみ取得できます。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRoutePortsLocation>> ListNextAsync(this Microsoft.Azure.Management.Network.IExpressRoutePortsLocationsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Network.IExpressRoutePortsLocationsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRoutePortsLocation>>
<Extension()>
Public Function ListNextAsync (operations As IExpressRoutePortsLocationsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ExpressRoutePortsLocation))

パラメーター

operations
IExpressRoutePortsLocationsOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象