你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntegrationAccountClient.GetIntegrationAccountReceivedControlNumber Method

Definition

Gets the integration account received interchange control number by agreement name and control number value.

public Microsoft.Azure.Commands.LogicApp.Utilities.IntegrationAccountControlNumber GetIntegrationAccountReceivedControlNumber (string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName, Microsoft.Azure.Management.Logic.Models.AgreementType agreementType, string controlNumber);
member this.GetIntegrationAccountReceivedControlNumber : string * string * string * Microsoft.Azure.Management.Logic.Models.AgreementType * string -> Microsoft.Azure.Commands.LogicApp.Utilities.IntegrationAccountControlNumber
Public Function GetIntegrationAccountReceivedControlNumber (resourceGroupName As String, integrationAccountName As String, integrationAccountAgreementName As String, agreementType As AgreementType, controlNumber 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.

agreementType
AgreementType

The agreement type.

controlNumber
String

The control number specific value

Returns

Integration account control number object.

Applies to