IotFirmwareCollection.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: Firmwares_ListByWorkspace
  • Default Api Version: 2024-01-10
  • Resource: IotFirmwareResource
C#
public virtual Azure.Pageable<Azure.ResourceManager.IotFirmwareDefense.IotFirmwareResource> GetAll(System.Threading.CancellationToken cancellationToken = default);

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to

Product Versions
Azure SDK for .NET Latest