次の方法で共有


DeletedServicesOperationsExtensions.ListBySubscriptionNext メソッド

定義

指定されたサブスクリプションについて削除の取り消しが可能な、論理的に削除されたサービスを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract> ListBySubscriptionNext (this Microsoft.Azure.Management.ApiManagement.IDeletedServicesOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.ApiManagement.IDeletedServicesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract>
<Extension()>
Public Function ListBySubscriptionNext (operations As IDeletedServicesOperations, nextPageLink As String) As IPage(Of DeletedServiceContract)

パラメーター

operations
IDeletedServicesOperations

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

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象