CrrOperationResultsOperationsExtensions.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.
public static System.Threading.Tasks.Task GetAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.ICrrOperationResultsOperations operations, string azureRegion, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.ICrrOperationResultsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function GetAsync (operations As ICrrOperationResultsOperations, azureRegion As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- ICrrOperationResultsOperations
The operations group for this extension method.
- azureRegion
- String
Azure region to hit Api
- operationId
- String
- cancellationToken
- CancellationToken
The cancellation token.