OperationsResultsLocationExtensions.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.
Returns operation results.
public static System.Threading.Tasks.Task GetAsync (this Microsoft.Azure.Management.Kusto.IOperationsResultsLocation operations, string location, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Kusto.IOperationsResultsLocation * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function GetAsync (operations As IOperationsResultsLocation, location As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IOperationsResultsLocation
The operations group for this extension method.
- location
- String
Azure location (region) name.
- operationId
- String
The Guid of the operation ID
- cancellationToken
- CancellationToken
The cancellation token.