get Integration Account Agreement
suspend fun getIntegrationAccountAgreement(argument: GetIntegrationAccountAgreementPlainArgs): GetIntegrationAccountAgreementResult
Gets an integration account agreement. Uses Azure REST API version 2019-05-01. Other available API versions: 2015-08-01-preview.
Return
The integration account agreement.
Parameters
argument
null
suspend fun getIntegrationAccountAgreement(agreementName: String, integrationAccountName: String, resourceGroupName: String): GetIntegrationAccountAgreementResult
Return
The integration account agreement.
Parameters
agreement Name
The integration account agreement name.
integration Account Name
The integration account name.
resource Group Name
The resource group name.
See also
suspend fun getIntegrationAccountAgreement(argument: suspend GetIntegrationAccountAgreementPlainArgsBuilder.() -> Unit): GetIntegrationAccountAgreementResult
Return
The integration account agreement.
Parameters
argument
Builder for com.pulumi.azurenative.logic.kotlin.inputs.GetIntegrationAccountAgreementPlainArgs.