Share via


IntegrationAccountClient.ListIntegrationAccountMaps Method

Definition

Overloads

ListIntegrationAccountMaps(String, String)
ListIntegrationAccountMaps(String, String, String)

Gets the integration account maps by resource group name.

ListIntegrationAccountMaps(String, String)

public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap> ListIntegrationAccountMaps (string resourceGroupName, string integrationAccountName);
member this.ListIntegrationAccountMaps : string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap>
Public Function ListIntegrationAccountMaps (resourceGroupName As String, integrationAccountName As String) As IPage(Of IntegrationAccountMap)

Parameters

resourceGroupName
String
integrationAccountName
String

Returns

Applies to

ListIntegrationAccountMaps(String, String, String)

Gets the integration account maps by resource group name.

public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap> ListIntegrationAccountMaps (string resourceGroupName, string integrationAccountName, string mapType);
member this.ListIntegrationAccountMaps : string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap>
Public Function ListIntegrationAccountMaps (resourceGroupName As String, integrationAccountName As String, mapType As String) As IPage(Of IntegrationAccountMap)

Parameters

resourceGroupName
String

The integration account resource group name.

integrationAccountName
String

The integration account name.

mapType
String

The map type to filter by.

Returns

List of integration account maps.

Applies to