OperationalInsightsExtensions.Get Method

Definition

Get the status of a long running azure asynchronous operation. <item> Mocking. To mock this method, please mock Get(AzureLocation, String, CancellationToken) instead. </item>

public static Azure.Response<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsOperationStatus> Get(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string asyncOperationId, System.Threading.CancellationToken cancellationToken = default);
static member Get : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsOperationStatus>
<Extension()>
Public Function Get (subscriptionResource As SubscriptionResource, location As AzureLocation, asyncOperationId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of OperationalInsightsOperationStatus)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

location
AzureLocation

The name of the Azure region.

asyncOperationId
String

The operation Id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource is null.

Applies to