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
public virtual Azure.Pageable<Azure.ResourceManager.IotFirmwareDefense.IotFirmwareResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotFirmwareDefense.IotFirmwareResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotFirmwareDefense.IotFirmwareResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IotFirmwareResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to