次の方法で共有


ProductOperationsExtensions.ListByServiceAsync メソッド

定義

指定されたサービス インスタンスにおける製品のコレクションを一覧表示します。

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

パラメーター

operations
IProductOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

odataQuery
ODataQuery<ProductContract>

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

expandGroups
Nullable<Boolean>

true に設定すると、応答には製品を表示できるグループの配列が含まれます。 既定値は false です。

tags
String

特定のタグの一部である製品。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象