Share via


IntegrationAccountClient.RemoveIntegrationAccountReceivedControlNumber Method

Definition

Removes the specified integration account received control number.

public void RemoveIntegrationAccountReceivedControlNumber (string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName, Microsoft.Azure.Management.Logic.Models.AgreementType agreementType, string controlNumber);
member this.RemoveIntegrationAccountReceivedControlNumber : string * string * string * Microsoft.Azure.Management.Logic.Models.AgreementType * string -> unit
Public Sub RemoveIntegrationAccountReceivedControlNumber (resourceGroupName As String, integrationAccountName As String, integrationAccountAgreementName As String, agreementType As AgreementType, controlNumber As String)

Parameters

resourceGroupName
String

The integration account resource group name.

integrationAccountName
String

The integration account name.

integrationAccountAgreementName
String

The integration account agreement name.

agreementType
AgreementType

The agreement type.

controlNumber
String

The control number specific value

Applies to