get Integration Account
suspend fun getIntegrationAccount(argument: GetIntegrationAccountPlainArgs): GetIntegrationAccountResult
Gets an integration account. API Version: 2019-05-01.
Return
The integration account.
Parameters
argument
null
suspend fun getIntegrationAccount(integrationAccountName: String, resourceGroupName: String): GetIntegrationAccountResult
Return
The integration account.
Parameters
integration Account Name
The integration account name.
resource Group Name
The resource group name.
See also
suspend fun getIntegrationAccount(argument: suspend GetIntegrationAccountPlainArgsBuilder.() -> Unit): GetIntegrationAccountResult
Return
The integration account.
Parameters
argument
Builder for com.pulumi.azurenative.logic.kotlin.inputs.GetIntegrationAccountPlainArgs.