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