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


LogicExtensions.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 static Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource> GetIntegrationServiceEnvironmentsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member GetIntegrationServiceEnvironmentsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource>
<Extension()>
Public Function GetIntegrationServiceEnvironmentsAsync (subscriptionResource As SubscriptionResource, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IntegrationServiceEnvironmentResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

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.

Exceptions

subscriptionResource is null.

Applies to