Share via


ApplicationInsightsComponentResource.Get(CancellationToken) Method

Definition

Returns an Application Insights component.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
  • Operation Id: Components_Get
  • Default Api Version: 2020-02-02
  • Resource: ApplicationInsightsComponentResource
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationInsightsComponentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to