次の方法で共有


ApplicationInsightsComponentResource.GetComponentCurrentBillingFeature メソッド

定義

Application Insights コンポーネントの現在の課金機能を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/currentbillingfeatures
  • 操作IdComponentCurrentBillingFeatures_Get
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures> GetComponentCurrentBillingFeature (System.Threading.CancellationToken cancellationToken = default);
abstract member GetComponentCurrentBillingFeature : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures>
override this.GetComponentCurrentBillingFeature : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures>
Public Overridable Function GetComponentCurrentBillingFeature (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationInsightsComponentBillingFeatures)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象