次の方法で共有


MySqlRecommendationActionCollection.GetAll(String, CancellationToken) メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/advisors/{advisorName}/recommendedActions
  • 操作IdRecommendedActions_ListByServer
public virtual Azure.Pageable<Azure.ResourceManager.MySql.MySqlRecommendationActionResource> GetAll (string sessionId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MySql.MySqlRecommendationActionResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MySql.MySqlRecommendationActionResource>
Public Overridable Function GetAll (Optional sessionId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MySqlRecommendationActionResource)

パラメーター

sessionId
String

推奨事項アクション セッション識別子。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の MySqlRecommendationActionResource サービス要求を受け取る可能性がある のコレクション。

適用対象