Share via


MockableLogicSubscriptionResource.GetIntegrationServiceEnvironmentsAsync Method

Definition

Gets a list of integration service environments by subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments
  • Operation Id: IntegrationServiceEnvironments_ListBySubscription
public virtual Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource> GetIntegrationServiceEnvironmentsAsync (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationServiceEnvironmentsAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource>
override this.GetIntegrationServiceEnvironmentsAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource>
Public Overridable Function GetIntegrationServiceEnvironmentsAsync (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IntegrationServiceEnvironmentResource)

Parameters

top
Nullable<Int32>

The number of items to be included in the result.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to