IntegrationAccountClient.UpdateIntegrationAccountReceivedIcn 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.
Updates an integration account received interchange control number for a given agreement.
public Microsoft.Azure.Commands.LogicApp.Utilities.IntegrationAccountControlNumber UpdateIntegrationAccountReceivedIcn (string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName, Microsoft.Azure.Management.Logic.Models.AgreementType agreementType, Microsoft.Azure.Commands.LogicApp.Utilities.IntegrationAccountControlNumber integrationAccountControlNumber);
member this.UpdateIntegrationAccountReceivedIcn : string * string * string * Microsoft.Azure.Management.Logic.Models.AgreementType * Microsoft.Azure.Commands.LogicApp.Utilities.IntegrationAccountControlNumber -> Microsoft.Azure.Commands.LogicApp.Utilities.IntegrationAccountControlNumber
Public Function UpdateIntegrationAccountReceivedIcn (resourceGroupName As String, integrationAccountName As String, integrationAccountAgreementName As String, agreementType As AgreementType, integrationAccountControlNumber As IntegrationAccountControlNumber) As IntegrationAccountControlNumber
Parameters
- resourceGroupName
- String
The integration account agreement resource group.
- integrationAccountName
- String
The integration account name.
- integrationAccountAgreementName
- String
The integration account agreement name.
- agreementType
- AgreementType
The agreement type.
- integrationAccountControlNumber
- IntegrationAccountControlNumber
The integration account control number object.
Returns
Updated integration account control number