IntegrationAccountClient.ListIntegrationAccountPartners 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 account partners by resource group name.
public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner> ListIntegrationAccountPartners (string resourceGroupName, string integrationAccountName);
member this.ListIntegrationAccountPartners : string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner>
Public Function ListIntegrationAccountPartners (resourceGroupName As String, integrationAccountName As String) As IPage(Of IntegrationAccountPartner)
Parameters
- resourceGroupName
- String
The integration account resource group name.
- integrationAccountName
- String
The integration account name.
Returns
List of integration account partners.