ApplicationInsightsComponentResource.UpdateExportConfiguration 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
UpdateExportConfiguration(String, ApplicationInsightsComponentExportRequest, CancellationToken) |
Update the Continuous Export configuration for this export id.
|
UpdateExportConfiguration(String, ApplicationInsightsComponentExportContent, CancellationToken) |
Update the Continuous Export configuration for this export id.
|
UpdateExportConfiguration(String, ApplicationInsightsComponentExportRequest, CancellationToken)
Update the Continuous Export configuration for this export id.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}
- Operation Id: ExportConfigurations_Update
- Default Api Version: 2015-05-01
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration> UpdateExportConfiguration (string exportId, Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportRequest exportProperties, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateExportConfiguration : string * Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportRequest * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>
override this.UpdateExportConfiguration : string * Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportRequest * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>
Public Overridable Function UpdateExportConfiguration (exportId As String, exportProperties As ApplicationInsightsComponentExportRequest, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationInsightsComponentExportConfiguration)
Parameters
- exportId
- String
The Continuous Export configuration ID. This is unique within a Application Insights component.
- exportProperties
- ApplicationInsightsComponentExportRequest
Properties that need to be specified to update the Continuous Export configuration.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
exportId
is an empty string, and was expected to be non-empty.
exportId
or exportProperties
is null.
Applies to
UpdateExportConfiguration(String, ApplicationInsightsComponentExportContent, CancellationToken)
Update the Continuous Export configuration for this export id.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}
- Operation Id: ExportConfigurations_Update
- Default Api Version: 2015-05-01
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration> UpdateExportConfiguration (string exportId, Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateExportConfiguration : string * Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>
override this.UpdateExportConfiguration : string * Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>
Public Overridable Function UpdateExportConfiguration (exportId As String, content As ApplicationInsightsComponentExportContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationInsightsComponentExportConfiguration)
Parameters
- exportId
- String
The Continuous Export configuration ID. This is unique within a Application Insights component.
Properties that need to be specified to update the Continuous Export configuration.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
exportId
is an empty string, and was expected to be non-empty.
exportId
or content
is null.
Applies to
Azure SDK for .NET