次の方法で共有


ApplicationInsightsComponentResource.GetComponentQuotaStatusAsync メソッド

定義

Application Insights コンポーネントの日次データ ボリューム上限 (クォータ) の状態を返します。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象