次の方法で共有


RegionOperationsExtensions.ListByService メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.RegionContract> ListByService (this Microsoft.Azure.Management.ApiManagement.IRegionOperations operations, string resourceGroupName, string serviceName);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IRegionOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.RegionContract>
<Extension()>
Public Function ListByService (operations As IRegionOperations, resourceGroupName As String, serviceName As String) As IPage(Of RegionContract)

パラメーター

operations
IRegionOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

戻り値

適用対象