次の方法で共有


ProductOperationsExtensions.ListByService メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ProductContract> ListByService(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);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IProductOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.ProductContract> * Nullable<bool> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ProductContract>
<Extension()>
Public Function ListByService (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) As IPage(Of ProductContract)

パラメーター

operations
IProductOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

odataQuery
ODataQuery<ProductContract>

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

expandGroups
Nullable<Boolean>

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

tags
String

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

戻り値

適用対象