TrustedSigningAccountCollection.GetAll(CancellationToken) Method

Definition

Lists trusted signing accounts within a resource group.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts.
  • Operation Id. : CodeSigningAccounts_ListByResourceGroup.
  • Default Api Version. : 2025-10-13.
public virtual Azure.Pageable<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of TrustedSigningAccountResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to