FirmwareAnalysisWorkspaceCollection.GetAll(CancellationToken) Method

Definition

Lists all of the firmware analysis workspaces in the specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces
  • Operation Id: Workspaces_ListByResourceGroup
  • Default Api Version: 2024-01-10
  • Resource: FirmwareAnalysisWorkspaceResource
public virtual Azure.Pageable<Azure.ResourceManager.IotFirmwareDefense.FirmwareAnalysisWorkspaceResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotFirmwareDefense.FirmwareAnalysisWorkspaceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotFirmwareDefense.FirmwareAnalysisWorkspaceResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FirmwareAnalysisWorkspaceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to