次の方法で共有


DeletedWebAppsOperationsExtensions.ListNext メソッド

定義

サブスクリプションのすべての削除済みアプリを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DeletedSite> ListNext (this Microsoft.Azure.Management.WebSites.IDeletedWebAppsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.WebSites.IDeletedWebAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DeletedSite>
<Extension()>
Public Function ListNext (operations As IDeletedWebAppsOperations, nextPageLink As String) As IPage(Of DeletedSite)

パラメーター

operations
IDeletedWebAppsOperations

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

nextPageLink
String

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

戻り値

注釈

サブスクリプションのすべての削除済みアプリの取得に関する説明。

適用対象