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