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