CloudServiceResource.Update Method

Definition

Update a cloud service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}
  • Operation Id: CloudServices_Update
  • Default Api Version: 2022-09-04
  • Resource: CloudServiceResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.CloudServiceResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Compute.Models.CloudServicePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.CloudServicePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.CloudServiceResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.CloudServicePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.CloudServiceResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As CloudServicePatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CloudServiceResource)

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
CloudServicePatch

The cloud service object.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to