次の方法で共有


RegionsOperationsExtensions.ListBySkuNextAsync メソッド

定義

特定の SKU で使用可能なリージョンを取得します

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

パラメーター

operations
IRegionsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象