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

IntegrationAccountClient.GetIntegrationAccountAgreement Method

Definition

Gets the integration account agreement by name.

public Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement GetIntegrationAccountAgreement (string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName);
member this.GetIntegrationAccountAgreement : string * string * string -> Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement
Public Function GetIntegrationAccountAgreement (resourceGroupName As String, integrationAccountName As String, integrationAccountAgreementName As String) As IntegrationAccountAgreement

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 agreement object.

Applies to