IntegrationAccountClient.GetIntegrationAccount(String, 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 account.
public Microsoft.Azure.Management.Logic.Models.IntegrationAccount GetIntegrationAccount (string resourceGroupName, string integrationAccountName);
member this.GetIntegrationAccount : string * string -> Microsoft.Azure.Management.Logic.Models.IntegrationAccount
Public Function GetIntegrationAccount (resourceGroupName As String, integrationAccountName As String) As IntegrationAccount
Parameters
- resourceGroupName
- String
The integration account resource group name.
- integrationAccountName
- String
The integration account name.
Returns
The integration account object