TrustedSigningCertificateProfileCollection.GetAllAsync Method

Definition

List certificate profiles under a trusted signing account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles
  • Operation Id: CertificateProfiles_ListByCodeSigningAccount
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningCertificateProfileResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.TrustedSigning.TrustedSigningCertificateProfileResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.TrustedSigning.TrustedSigningCertificateProfileResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.TrustedSigning.TrustedSigningCertificateProfileResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of TrustedSigningCertificateProfileResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to