get Integration Account Batch Configuration
suspend fun getIntegrationAccountBatchConfiguration(argument: GetIntegrationAccountBatchConfigurationPlainArgs): GetIntegrationAccountBatchConfigurationResult
Get a batch configuration for an integration account. Uses Azure REST API version 2019-05-01. Other available API versions: 2016-06-01, 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 batch configuration resource definition.
Parameters
argument
null
suspend fun getIntegrationAccountBatchConfiguration(batchConfigurationName: String, integrationAccountName: String, resourceGroupName: String): GetIntegrationAccountBatchConfigurationResult
Return
The batch configuration resource definition.
Parameters
batch Configuration Name
The batch configuration name.
integration Account Name
The integration account name.
resource Group Name
The resource group name.
See also
suspend fun getIntegrationAccountBatchConfiguration(argument: suspend GetIntegrationAccountBatchConfigurationPlainArgsBuilder.() -> Unit): GetIntegrationAccountBatchConfigurationResult
Return
The batch configuration resource definition.
Parameters
argument
Builder for com.pulumi.azurenative.logic.kotlin.inputs.GetIntegrationAccountBatchConfigurationPlainArgs.