次の方法で共有


ApplicationInsightsComponentResource.GetComponentFeatureCapability メソッド

定義

application insights コンポーネントの機能を返します。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象