Bagikan melalui


CostManagementExportCollection.CreateOrUpdateAsync Method

Definition

The operation to create or update a export. Update operation requires latest eTag to be set in the request. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag.

  • Request Path: /{scope}/providers/Microsoft.CostManagement/exports/{exportName}
  • Operation Id: Exports_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.CostManagementExportResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string exportName, Azure.ResourceManager.CostManagement.CostManagementExportData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.CostManagement.CostManagementExportData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.CostManagementExportResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.CostManagement.CostManagementExportData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.CostManagementExportResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, exportName As String, data As CostManagementExportData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of CostManagementExportResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

exportName
String

Export Name.

data
CostManagementExportData

Parameters supplied to the CreateOrUpdate Export operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

exportName is an empty string, and was expected to be non-empty.

exportName or data is null.

Applies to