IotFirmwareResource.Update(IotFirmwarePatch, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The operation to update firmware.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}/firmwares/{firmwareId}
- Operation Id: Firmwares_Update
- Default Api Version: 2024-01-10
- Resource: IotFirmwareResource
public virtual Azure.Response<Azure.ResourceManager.IotFirmwareDefense.IotFirmwareResource> Update (Azure.ResourceManager.IotFirmwareDefense.Models.IotFirmwarePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.IotFirmwareDefense.Models.IotFirmwarePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotFirmwareDefense.IotFirmwareResource>
override this.Update : Azure.ResourceManager.IotFirmwareDefense.Models.IotFirmwarePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotFirmwareDefense.IotFirmwareResource>
Public Overridable Function Update (patch As IotFirmwarePatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IotFirmwareResource)
Parameters
- patch
- IotFirmwarePatch
Details of the firmware being created or updated.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
patch
is null.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET