Share via


PrivateLinkScopeOperationStatusOperationsExtensions.GetAsync Method

Definition

Get the status of an azure asynchronous operation associated with a private link scope operation.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.OperationStatus> GetAsync (this Microsoft.Azure.Management.Monitor.IPrivateLinkScopeOperationStatusOperations operations, string asyncOperationId, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Monitor.IPrivateLinkScopeOperationStatusOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.OperationStatus>
<Extension()>
Public Function GetAsync (operations As IPrivateLinkScopeOperationStatusOperations, asyncOperationId As String, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OperationStatus)

Parameters

operations
IPrivateLinkScopeOperationStatusOperations

The operations group for this extension method.

asyncOperationId
String

The operation Id.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to