InformaticaServerlessRuntimeCollection.GetAll(CancellationToken) Method

Definition

List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes
  • Operation Id: InformaticaServerlessRuntimeResource_ListByInformaticaOrganizationResource
  • Default Api Version: 2024-05-08
  • Resource: InformaticaServerlessRuntimeResource
public virtual Azure.Pageable<Azure.ResourceManager.InformaticaDataManagement.InformaticaServerlessRuntimeResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.InformaticaDataManagement.InformaticaServerlessRuntimeResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.InformaticaDataManagement.InformaticaServerlessRuntimeResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of InformaticaServerlessRuntimeResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to