次の方法で共有


GatewayApiOperationsExtensions.ListByServiceAsync メソッド

定義

ゲートウェイに関連付けられている API のコレクションを一覧表示します。

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

パラメーター

operations
IGatewayApiOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

gatewayId
String

ゲートウェイ エンティティ識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。 値 'managed' を持つ必要があります

odataQuery
ODataQuery<ApiContract>

操作に適用する OData パラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象