CostManagementViewsCollection.CreateOrUpdate 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: /{scope}/providers/Microsoft.CostManagement/views/{viewName}
  • Operation Id: Views_CreateOrUpdateByScope
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.CostManagementViewsResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string viewName, Azure.ResourceManager.CostManagement.CostManagementViewData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CostManagement.CostManagementViewData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.CostManagementViewsResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CostManagement.CostManagementViewData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.CostManagementViewsResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, viewName As String, data As CostManagementViewData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CostManagementViewsResource)

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.

viewName
String

View name.

data
CostManagementViewData

Parameters supplied to the CreateOrUpdate View operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

viewName or data is null.

Applies to