次の方法で共有


ProviderOperationsExtensions.GetWebAppStacksNext メソッド

定義

使用可能な Web アプリ フレームワークとそのバージョンを取得する

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

パラメーター

operations
IProviderOperations

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

nextPageLink
String

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

戻り値

注釈

使用可能な Web アプリ フレームワークとそのバージョンの取得に関する説明

適用対象