次の方法で共有


LocationBasedRecommendedActionSessionsResultOperationsExtensions.ListAsync メソッド

定義

推奨事項アクション セッション操作の結果。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.RecommendationAction>> ListAsync(this Microsoft.Azure.Management.MySQL.ILocationBasedRecommendedActionSessionsResultOperations operations, string locationName, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.MySQL.ILocationBasedRecommendedActionSessionsResultOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.RecommendationAction>>
<Extension()>
Public Function ListAsync (operations As ILocationBasedRecommendedActionSessionsResultOperations, locationName As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RecommendationAction))

パラメーター

operations
ILocationBasedRecommendedActionSessionsResultOperations

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

locationName
String

場所の名前。

operationId
String

操作の識別子です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象