Share via


IntegrationAccountClient.ListIntegrationAccount(String) Method

Definition

Gets the integration accounts by resource group name.

public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccount> ListIntegrationAccount (string resourceGroupName);
member this.ListIntegrationAccount : string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccount>
Public Function ListIntegrationAccount (resourceGroupName As String) As IPage(Of IntegrationAccount)

Parameters

resourceGroupName
String

The integration account resource group name.

Returns

List of integration accounts.

Applies to