get Integration Service Environment Managed Api
suspend fun getIntegrationServiceEnvironmentManagedApi(argument: GetIntegrationServiceEnvironmentManagedApiPlainArgs): GetIntegrationServiceEnvironmentManagedApiResult
Gets the integration service environment managed Api. Uses Azure REST API version 2019-05-01.
Return
The integration service environment managed api.
Parameters
argument
null
suspend fun getIntegrationServiceEnvironmentManagedApi(apiName: String, integrationServiceEnvironmentName: String, resourceGroup: String): GetIntegrationServiceEnvironmentManagedApiResult
Return
The integration service environment managed api.
Parameters
api Name
The api name.
integration Service Environment Name
The integration service environment name.
resource Group
The resource group name.
See also
suspend fun getIntegrationServiceEnvironmentManagedApi(argument: suspend GetIntegrationServiceEnvironmentManagedApiPlainArgsBuilder.() -> Unit): GetIntegrationServiceEnvironmentManagedApiResult
Return
The integration service environment managed api.
Parameters
argument
Builder for com.pulumi.azurenative.logic.kotlin.inputs.GetIntegrationServiceEnvironmentManagedApiPlainArgs.