次の方法で共有


DeletedWebAppsOperationsExtensions.ListByLocationNext メソッド

定義

サブスクリプションのすべての削除済みアプリを場所で取得する

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

パラメーター

operations
IDeletedWebAppsOperations

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

nextPageLink
String

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

戻り値

注釈

[サブスクリプションのすべての削除済みアプリを場所で取得する] の説明

適用対象