FreeServicesResource.Update Method

Definition

This operation updates free services in Azure.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BillingBenefits/freeServices/{freeServiceName}.
  • Operation Id. : FreeServicesOperations_Update.
  • Default Api Version. : 2025-12-01-preview.
  • Resource. : FreeServicesResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BillingBenefits.FreeServicesResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.BillingBenefits.Models.FreeServicesPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.BillingBenefits.Models.FreeServicesPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BillingBenefits.FreeServicesResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.BillingBenefits.Models.FreeServicesPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BillingBenefits.FreeServicesResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As FreeServicesPatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of FreeServicesResource)

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.

patch
FreeServicesPatch

Free services patch request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to