Freigeben über


LogicExtensions.GetIntegrationServiceEnvironments Methode

Definition

Überlädt

GetIntegrationServiceEnvironments(SubscriptionResource, Nullable<Int32>, CancellationToken)

Ruft eine Liste der Integrationsdienstumgebungen nach Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments
  • Vorgang IdIntegrationServiceEnvironments_ListBySubscription
GetIntegrationServiceEnvironments(ResourceGroupResource)

Ruft eine Auflistung von IntegrationServiceEnvironmentResources in resourceGroupResource ab.

GetIntegrationServiceEnvironments(SubscriptionResource, Nullable<Int32>, CancellationToken)

Ruft eine Liste der Integrationsdienstumgebungen nach Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments
  • Vorgang IdIntegrationServiceEnvironments_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource> GetIntegrationServiceEnvironments (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member GetIntegrationServiceEnvironments : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource>
<Extension()>
Public Function GetIntegrationServiceEnvironments (subscriptionResource As SubscriptionResource, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IntegrationServiceEnvironmentResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

top
Nullable<Int32>

Die Anzahl der Elemente, die in das Ergebnis einbezogen werden sollen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der IntegrationServiceEnvironmentResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für:

GetIntegrationServiceEnvironments(ResourceGroupResource)

Ruft eine Auflistung von IntegrationServiceEnvironmentResources in resourceGroupResource ab.

public static Azure.ResourceManager.Logic.IntegrationServiceEnvironmentCollection GetIntegrationServiceEnvironments (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetIntegrationServiceEnvironments : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Logic.IntegrationServiceEnvironmentCollection
<Extension()>
Public Function GetIntegrationServiceEnvironments (resourceGroupResource As ResourceGroupResource) As IntegrationServiceEnvironmentCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von IntegrationServiceEnvironmentResources und deren Vorgänge über eine IntegrationServiceEnvironmentResource darstellt.

Gilt für: