Share via


FirmwareResource.GetPasswordHashesAsync(CancellationToken) Method

Definition

The operation to list all password hashes for a firmware.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to