get Integration Account Partner
suspend fun getIntegrationAccountPartner(argument: GetIntegrationAccountPartnerPlainArgs): GetIntegrationAccountPartnerResult
Gets an integration account partner. Uses Azure REST API version 2019-05-01. Other available API versions: 2015-08-01-preview, 2018-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native logic [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
The integration account partner.
Parameters
argument
null
suspend fun getIntegrationAccountPartner(integrationAccountName: String, partnerName: String, resourceGroupName: String): GetIntegrationAccountPartnerResult
Return
The integration account partner.
Parameters
integration Account Name
The integration account name.
partner Name
The integration account partner name.
resource Group Name
The resource group name.
See also
suspend fun getIntegrationAccountPartner(argument: suspend GetIntegrationAccountPartnerPlainArgsBuilder.() -> Unit): GetIntegrationAccountPartnerResult
Return
The integration account partner.
Parameters
argument
Builder for com.pulumi.azurenative.logic.kotlin.inputs.GetIntegrationAccountPartnerPlainArgs.