次の方法で共有


RegionOperationsExtensions.ListByServiceAsync メソッド

定義

サービスが存在するすべての Azure リージョンを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.RegionContract>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.IRegionOperations operations, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.IRegionOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.RegionContract>>
<Extension()>
Public Function ListByServiceAsync (operations As IRegionOperations, resourceGroupName As String, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RegionContract))

パラメーター

operations
IRegionOperations

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

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象