ApplicationInsightsComponentResource.CreateExportConfigurations 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
CreateExportConfigurations(ApplicationInsightsComponentExportRequest, CancellationToken) |
Create a Continuous Export configuration of an Application Insights component.
|
CreateExportConfigurations(ApplicationInsightsComponentExportContent, CancellationToken) |
Create a Continuous Export configuration of an Application Insights component.
|
CreateExportConfigurations(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.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)
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
A collection of ApplicationInsightsComponentExportConfiguration that may take multiple service requests to iterate over.
Exceptions
exportProperties
is null.
Applies to
CreateExportConfigurations(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.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration> CreateExportConfigurations (Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateExportConfigurations : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>
override this.CreateExportConfigurations : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>
Public Overridable Function CreateExportConfigurations (content As ApplicationInsightsComponentExportContent, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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
A collection of ApplicationInsightsComponentExportConfiguration that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
Azure SDK for .NET