Megosztás a következőn keresztül:


DedicatedHostResource.UpdateAsync 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: 2024-03-01
  • Resource: DedicatedHostResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.DedicatedHostResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Compute.Models.DedicatedHostPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.DedicatedHostPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.DedicatedHostResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.DedicatedHostPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.DedicatedHostResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, patch As DedicatedHostPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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