Megosztás a következőn keresztül:


IntegrationServiceEnvironmentManagedApiCollection.GetAll Method

Definition

Gets the integration service environment managed Apis.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis
  • Operation Id: IntegrationServiceEnvironmentManagedApis_List
public virtual Azure.Pageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IntegrationServiceEnvironmentManagedApiResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to