IntegrationAccountClient.ListIntegrationAccount(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.