getIntegrationAccountSession

Gets an integration account session. Uses Azure REST API version 2019-05-01. Other available API versions: 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 session.

Parameters

argument

null


suspend fun getIntegrationAccountSession(integrationAccountName: String, resourceGroupName: String, sessionName: String): GetIntegrationAccountSessionResult

Return

The integration account session.

Parameters

integrationAccountName

The integration account name.

resourceGroupName

The resource group name.

sessionName

The integration account session name.

See also


Return

The integration account session.

Parameters

argument

Builder for com.pulumi.azurenative.logic.kotlin.inputs.GetIntegrationAccountSessionPlainArgs.

See also