MockableLogicSubscriptionResource.GetIntegrationServiceEnvironments 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.Pageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource> GetIntegrationServiceEnvironments (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationServiceEnvironments : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource>
override this.GetIntegrationServiceEnvironments : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource>
Public Overridable Function GetIntegrationServiceEnvironments (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IntegrationServiceEnvironmentResource)

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 IntegrationServiceEnvironmentResource that may take multiple service requests to iterate over.

Applies to