次の方法で共有


ApplicationInsightsComponentResource.CreateExportConfigurations メソッド

定義

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

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

パラメーター

exportProperties
ApplicationInsightsComponentExportRequest

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

cancellationToken
CancellationToken

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

戻り値

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

例外

exportProperties が null です。

適用対象