TrustedSigningAccountCollection.GetAllAsync(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: 2024-02-05-preview
  • Resource: TrustedSigningAccountResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of TrustedSigningAccountResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to