ApplicationInsightsComponentResource.CreateExportConfigurationsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateExportConfigurationsAsync(ApplicationInsightsComponentExportContent, CancellationToken) |
Create a Continuous Export configuration of an Application Insights component.
|
CreateExportConfigurationsAsync(ApplicationInsightsComponentExportRequest, CancellationToken) |
Create a Continuous Export configuration of an Application Insights component.
|
CreateExportConfigurationsAsync(ApplicationInsightsComponentExportContent, CancellationToken)
Create a Continuous Export configuration of an Application Insights component.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration
- Operation Id: ExportConfigurations_Create
- Default Api Version: 2015-05-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration> CreateExportConfigurationsAsync (Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateExportConfigurationsAsync : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>
override this.CreateExportConfigurationsAsync : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>
Public Overridable Function CreateExportConfigurationsAsync (content As ApplicationInsightsComponentExportContent, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationInsightsComponentExportConfiguration)
Parameters
Properties that need to be specified to create a Continuous Export configuration of a Application Insights component.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of ApplicationInsightsComponentExportConfiguration that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
CreateExportConfigurationsAsync(ApplicationInsightsComponentExportRequest, CancellationToken)
Create a Continuous Export configuration of an Application Insights component.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration
- Operation Id: ExportConfigurations_Create
- Default Api Version: 2015-05-01
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)
Parameters
- exportProperties
- ApplicationInsightsComponentExportRequest
Properties that need to be specified to create a Continuous Export configuration of a Application Insights component.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of ApplicationInsightsComponentExportConfiguration that may take multiple service requests to iterate over.
Exceptions
exportProperties
is null.
Applies to
Azure SDK for .NET