IntegrationAccountCertificateCollection.GetAll Method

Definition

Gets a list of integration account certificates.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/certificates
  • Operation Id: IntegrationAccountCertificates_List
public virtual Azure.Pageable<Azure.ResourceManager.Logic.IntegrationAccountCertificateResource> GetAll (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.IntegrationAccountCertificateResource>
override this.GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.IntegrationAccountCertificateResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IntegrationAccountCertificateResource)

Parameters

top
Nullable<Int32>

The number of items to be included in the result.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to