CostManagementExportResource.Execute 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.
The operation to run an export.
- Request Path. : /{scope}/providers/Microsoft.CostManagement/exports/{exportName}/run.
- Operation Id. : Exports_Execute.
- Default Api Version. : 2025-03-01.
- Resource. : CostManagementExportResource.
public virtual Azure.Response Execute(Azure.ResourceManager.CostManagement.Models.ExportRunContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Execute : Azure.ResourceManager.CostManagement.Models.ExportRunContent * System.Threading.CancellationToken -> Azure.Response
override this.Execute : Azure.ResourceManager.CostManagement.Models.ExportRunContent * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Execute (Optional content As ExportRunContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- content
- ExportRunContent
Parameters supplied to the Execute Export operation.
- cancellationToken
- CancellationToken
The cancellation token to use.