Freigeben über


DeviceUpdateInstanceResource.UpdateAsync Methode

Definition

Updates instance-Tags.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/instances/{instanceName}
  • Vorgangs-IdInstances_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeviceUpdate.DeviceUpdateInstanceResource>> UpdateAsync (Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateInstancePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateInstancePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeviceUpdate.DeviceUpdateInstanceResource>>
override this.UpdateAsync : Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateInstancePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeviceUpdate.DeviceUpdateInstanceResource>>
Public Overridable Function UpdateAsync (patch As DeviceUpdateInstancePatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DeviceUpdateInstanceResource))

Parameter

patch
DeviceUpdateInstancePatch

Tags aktualisiert.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: