次の方法で共有


ApiReleaseOperationsExtensions.ListByService メソッド

定義

API のすべてのリリースを一覧表示します。 API リリースは、API リビジョンを最新にしたときに作成されます。 リリースは、以前のリビジョンにロールバックするためにも使用されます。 結果はページングされ、$top および $skip パラメーターによって制限することができます。

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

パラメーター

operations
IApiReleaseOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

apiId
String

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

odataQuery
ODataQuery<ApiReleaseContract>

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

戻り値

適用対象