get Integration Service Environment
suspend fun getIntegrationServiceEnvironment(argument: GetIntegrationServiceEnvironmentPlainArgs): GetIntegrationServiceEnvironmentResult
Gets an integration service environment. Uses Azure REST API version 2019-05-01.
Return
The integration service environment.
Parameters
argument
null
suspend fun getIntegrationServiceEnvironment(integrationServiceEnvironmentName: String, resourceGroup: String): GetIntegrationServiceEnvironmentResult
Return
The integration service environment.
Parameters
integration Service Environment Name
The integration service environment name.
resource Group
The resource group.
See also
suspend fun getIntegrationServiceEnvironment(argument: suspend GetIntegrationServiceEnvironmentPlainArgsBuilder.() -> Unit): GetIntegrationServiceEnvironmentResult
Return
The integration service environment.
Parameters
argument
Builder for com.pulumi.azurenative.logic.kotlin.inputs.GetIntegrationServiceEnvironmentPlainArgs.