CostManagementExportResource.ExecuteAsync Method

Definition

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 System.Threading.Tasks.Task<Azure.Response> ExecuteAsync(Azure.ResourceManager.CostManagement.Models.ExportRunContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExecuteAsync : Azure.ResourceManager.CostManagement.Models.ExportRunContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.ExecuteAsync : Azure.ResourceManager.CostManagement.Models.ExportRunContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function ExecuteAsync (Optional content As ExportRunContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

content
ExportRunContent

Parameters supplied to the Execute Export operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to