你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LogicExtensions.GetIntegrationServiceEnvironments 方法

定义

重载

GetIntegrationServiceEnvironments(SubscriptionResource, Nullable<Int32>, CancellationToken)

按订阅获取集成服务环境的列表。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments
  • 操作IdIntegrationServiceEnvironments_ListBySubscription
GetIntegrationServiceEnvironments(ResourceGroupResource)

获取 ResourceGroupResource 中 IntegrationServiceEnvironmentResources 的集合。

GetIntegrationServiceEnvironments(SubscriptionResource, Nullable<Int32>, CancellationToken)

按订阅获取集成服务环境的列表。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments
  • 操作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)

参数

subscriptionResource
SubscriptionResource

方法 SubscriptionResource 将对其执行的实例。

top
Nullable<Int32>

结果中要包含的项数。

cancellationToken
CancellationToken

要使用的取消标记。

返回

可能需要多个服务请求来循环访问的 的 IntegrationServiceEnvironmentResource 集合。

适用于

GetIntegrationServiceEnvironments(ResourceGroupResource)

获取 ResourceGroupResource 中 IntegrationServiceEnvironmentResources 的集合。

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

参数

resourceGroupResource
ResourceGroupResource

方法 ResourceGroupResource 将对其执行的实例。

返回

一个 对象,表示 IntegrationServiceEnvironmentResources 的集合及其针对 IntegrationServiceEnvironmentResource 的操作。

适用于