DedicatedHostResource.Update Method

Definition

Update a dedicated host .

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName}
  • Operation Id: DedicatedHosts_Update
  • Default Api Version: 2023-09-01
  • Resource: DedicatedHostResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.DedicatedHostResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Compute.Models.DedicatedHostPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.DedicatedHostPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.DedicatedHostResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.DedicatedHostPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.DedicatedHostResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As DedicatedHostPatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DedicatedHostResource)

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
DedicatedHostPatch

Parameters supplied to the Update Dedicated Host operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to