次の方法で共有


RecommendationsOperationsExtensions.ListRecommendedRulesForWebAppNext メソッド

定義

アプリのすべての推奨事項を取得します。

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

パラメーター

operations
IRecommendationsOperations

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

nextPageLink
String

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

戻り値

注釈

「アプリのすべての推奨事項を取得する」の説明。

適用対象