Freigeben über


DeviceUpdateInstanceResource.Update Methode

Definition

Updates instance-Tags.

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

Parameter

patch
DeviceUpdateInstancePatch

Tags aktualisiert.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: