FirmwareCollection.GetAll(CancellationToken) Method

Definition

Lists all of firmwares inside a workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}/firmwares
  • Operation Id: Firmware_ListByWorkspace
public virtual Azure.Pageable<Azure.ResourceManager.IotFirmwareDefense.FirmwareResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotFirmwareDefense.FirmwareResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotFirmwareDefense.FirmwareResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FirmwareResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of FirmwareResource that may take multiple service requests to iterate over.

Applies to