IntegrationAccountClient.TryGetIntegrationAccountGeneratedIcn 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.
Tries to get the integration account generated interchange control number by agreement name. Returns a placeholder if the underlying session is not found.
public Microsoft.Azure.Commands.LogicApp.Utilities.IntegrationAccountControlNumber TryGetIntegrationAccountGeneratedIcn (string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName);
member this.TryGetIntegrationAccountGeneratedIcn : string * string * string -> Microsoft.Azure.Commands.LogicApp.Utilities.IntegrationAccountControlNumber
Public Function TryGetIntegrationAccountGeneratedIcn (resourceGroupName As String, integrationAccountName As String, integrationAccountAgreementName As String) As IntegrationAccountControlNumber
Parameters
- resourceGroupName
- String
The integration account resource group name.
- integrationAccountName
- String
The integration account name.
- integrationAccountAgreementName
- String
The integration account agreement name.
Returns
Integration account control number object.