FirmwareCollection.GetAllAsync(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.AsyncPageable<Azure.ResourceManager.IotFirmwareDefense.FirmwareResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotFirmwareDefense.FirmwareResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotFirmwareDefense.FirmwareResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of FirmwareResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to