次の方法で共有


ApplicationInsightsComponentResource.GetComponentAvailableFeature メソッド

定義

application insights コンポーネントの使用可能なすべての機能を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/getavailablebillingfeatures
  • 操作IdComponentAvailableFeatures_Get
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)

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象