Share via


LocationBasedRecommendedActionSessionsResultOperationsExtensions.ListAsync Method

Definition

Recommendation action session operation result.

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))

Parameters

operations
ILocationBasedRecommendedActionSessionsResultOperations

The operations group for this extension method.

locationName
String

The name of the location.

operationId
String

The operation identifier.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to