MockableTrustedSigningSubscriptionResource.GetTrustedSigningAccounts Method

Definition

Lists trusted signing accounts within a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CodeSigning/codeSigningAccounts
  • Operation Id: CodeSigningAccounts_ListBySubscription
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningAccountResource
public virtual Azure.Pageable<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource> GetTrustedSigningAccounts (System.Threading.CancellationToken cancellationToken = default);
abstract member GetTrustedSigningAccounts : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource>
override this.GetTrustedSigningAccounts : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource>
Public Overridable Function GetTrustedSigningAccounts (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