Partager via


LogicExtensions.GetIntegrationServiceEnvironments Méthode

Définition

Surcharges

GetIntegrationServiceEnvironments(SubscriptionResource, Nullable<Int32>, CancellationToken)

Obtient la liste des environnements de service d’intégration par abonnement.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments
  • IdIntegrationServiceEnvironments_ListBySubscription d’opération
GetIntegrationServiceEnvironments(ResourceGroupResource)

Obtient une collection d’IntegrationServiceEnvironmentResources dans ResourceGroupResource.

GetIntegrationServiceEnvironments(SubscriptionResource, Nullable<Int32>, CancellationToken)

Obtient la liste des environnements de service d’intégration par abonnement.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments
  • IdIntegrationServiceEnvironments_ListBySubscription d’opération
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)

Paramètres

subscriptionResource
SubscriptionResource

Instance SubscriptionResource sur laquelle la méthode s’exécute.

top
Nullable<Int32>

Nombre d’éléments à inclure dans le résultat.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection de qui peut nécessiter plusieurs demandes de IntegrationServiceEnvironmentResource service pour itérer.

S’applique à

GetIntegrationServiceEnvironments(ResourceGroupResource)

Obtient une collection d’IntegrationServiceEnvironmentResources dans ResourceGroupResource.

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

Paramètres

resourceGroupResource
ResourceGroupResource

Instance ResourceGroupResource sur laquelle la méthode s’exécute.

Retours

Objet représentant une collection d’IntegrationServiceEnvironmentResources et leurs opérations sur un IntegrationServiceEnvironmentResource.

S’applique à