次の方法で共有


RecommendedActionsOperationsExtensions.ListByServerNext メソッド

定義

Advisor から推奨されるアクションを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.RecommendationAction> ListByServerNext(this Microsoft.Azure.Management.MySQL.IRecommendedActionsOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.MySQL.IRecommendedActionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.RecommendationAction>
<Extension()>
Public Function ListByServerNext (operations As IRecommendedActionsOperations, nextPageLink As String) As IPage(Of RecommendationAction)

パラメーター

operations
IRecommendedActionsOperations

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

nextPageLink
String

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

戻り値

適用対象