次の方法で共有


ApiOperationsExtensions.ListByServiceAsync メソッド

定義

API Management サービス インスタンスのすべての API を一覧表示します。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-apis

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

パラメーター

operations
IApiOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

odataQuery
ODataQuery<ApiContract>

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

tags
String

応答にタグを含めます。

expandApiVersionSet
Nullable<Boolean>

応答に完全な ApiVersionSet リソースを含める

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象