Share via


TenantsCostManagementViewsResource.Update Method

Definition

The operation to create or update a view. 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: /providers/Microsoft.CostManagement/views/{viewName}
  • Operation Id: Views_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.TenantsCostManagementViewsResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.CostManagement.CostManagementViewData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.CostManagement.CostManagementViewData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.TenantsCostManagementViewsResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.CostManagement.CostManagementViewData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.TenantsCostManagementViewsResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As CostManagementViewData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of TenantsCostManagementViewsResource)

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.

data
CostManagementViewData

Parameters supplied to the CreateOrUpdate View operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to