次の方法で共有


ProductApiOperationsExtensions.ListByProduct メソッド

定義

製品に関連付けられている API のコレクションを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ApiContract> ListByProduct (this Microsoft.Azure.Management.ApiManagement.IProductApiOperations operations, string resourceGroupName, string serviceName, string productId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.ApiContract> odataQuery = default);
static member ListByProduct : Microsoft.Azure.Management.ApiManagement.IProductApiOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.ApiContract> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ApiContract>
<Extension()>
Public Function ListByProduct (operations As IProductApiOperations, resourceGroupName As String, serviceName As String, productId As String, Optional odataQuery As ODataQuery(Of ApiContract) = Nothing) As IPage(Of ApiContract)

パラメーター

operations
IProductApiOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

productId
String

製品識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

odataQuery
ODataQuery<ApiContract>

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

戻り値

適用対象