次の方法で共有


RegionsOperationsExtensions.ListBySkuAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Fluent.Models.MessagingRegions>> ListBySkuAsync(this Microsoft.Azure.Management.EventHub.Fluent.IRegionsOperations operations, string sku, System.Threading.CancellationToken cancellationToken = default);
static member ListBySkuAsync : 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 ListBySkuAsync (operations As IRegionsOperations, sku As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of MessagingRegions))

パラメーター

operations
IRegionsOperations

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

sku
String

SKU の種類。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象