次の方法で共有


ProviderOperationsExtensions.GetWebAppStacksForLocationNext メソッド

定義

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

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

パラメーター

operations
IProviderOperations

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

nextPageLink
String

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

戻り値

注釈

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

適用対象