次の方法で共有


ApplicationInsightsComponentResource.CreateExportConfigurationsAsync メソッド

定義

Application Insights コンポーネントの連続エクスポート構成を作成します。

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

パラメーター

exportProperties
ApplicationInsightsComponentExportRequest

Application Insights コンポーネントの連続エクスポート構成を作成するために指定する必要があるプロパティ。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の ApplicationInsightsComponentExportConfiguration サービス要求を受け取る可能性がある の非同期コレクション。

例外

exportProperties が null です。

適用対象