LocationBasedRecommendedActionSessionsOperationStatusOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Recommendation action session operation status.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.RecommendedActionSessionsOperationStatus> GetAsync (this Microsoft.Azure.Management.MySQL.ILocationBasedRecommendedActionSessionsOperationStatusOperations operations, string locationName, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.MySQL.ILocationBasedRecommendedActionSessionsOperationStatusOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.RecommendedActionSessionsOperationStatus>
<Extension()>
Public Function GetAsync (operations As ILocationBasedRecommendedActionSessionsOperationStatusOperations, locationName As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RecommendedActionSessionsOperationStatus)
Parameters
The operations group for this extension method.
- locationName
- String
The name of the location.
- operationId
- String
The operation identifier.
- cancellationToken
- CancellationToken
The cancellation token.