MockableTrustedSigningSubscriptionResource.GetTrustedSigningAccountsAsync Method

Definition

Lists trusted signing accounts within a subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.CodeSigning/codeSigningAccounts.
  • Operation Id. : CodeSigningAccounts_ListBySubscription.
  • Default Api Version. : 2025-10-13.
public virtual Azure.AsyncPageable<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource> GetTrustedSigningAccountsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetTrustedSigningAccountsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource>
override this.GetTrustedSigningAccountsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource>
Public Overridable Function GetTrustedSigningAccountsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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