Share via


ApplicationInsightsComponentResource.GetComponentAvailableFeature Method

Definition

Returns all available features of the application insights component.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/getavailablebillingfeatures
  • Operation Id: ComponentAvailableFeatures_Get
  • Default Api Version: 2015-05-01
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAvailableFeatures> GetComponentAvailableFeature (System.Threading.CancellationToken cancellationToken = default);
abstract member GetComponentAvailableFeature : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAvailableFeatures>
override this.GetComponentAvailableFeature : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAvailableFeatures>
Public Overridable Function GetComponentAvailableFeature (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationInsightsComponentAvailableFeatures)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to