Partilhar via


IntegrationServiceEnvironmentCollection.GetAll Método

Definição

Obtém uma lista de ambientes de serviço de integração por grupo de recursos.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments
  • Operação IdIntegrationServiceEnvironments_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource> GetAll (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource>
override this.GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IntegrationServiceEnvironmentResource)

Parâmetros

top
Nullable<Int32>

O número de itens a serem incluídos no resultado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de IntegrationServiceEnvironmentResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a