Appplatform Functions
object AppplatformFunctions
Functions
Link copied to clipboard
Use this data source to access information about an existing Spring Cloud Application. !>Note: Azure Spring Apps is now deprecated and will be retired on 2028-05-31 - as such the azure.appplatform.SpringCloudApp
data source is deprecated and will be removed in a future major version of the AzureRM Provider. See https://aka.ms/asaretirement for more information.
suspend fun getSpringCloudApp(argument: suspend GetSpringCloudAppPlainArgsBuilder.() -> Unit): GetSpringCloudAppResult
suspend fun getSpringCloudApp(name: String, resourceGroupName: String, serviceName: String): GetSpringCloudAppResult
Link copied to clipboard
suspend fun getSpringCloudService(argument: GetSpringCloudServicePlainArgs): GetSpringCloudServiceResult
Use this data source to access information about an existing Spring Cloud Service. !>Note: Azure Spring Apps is now deprecated and will be retired on 2028-05-31 - as such the azure.appplatform.SpringCloudService
data source is deprecated and will be removed in a future major version of the AzureRM Provider. See https://aka.ms/asaretirement for more information.
suspend fun getSpringCloudService(argument: suspend GetSpringCloudServicePlainArgsBuilder.() -> Unit): GetSpringCloudServiceResult
suspend fun getSpringCloudService(name: String, resourceGroupName: String): GetSpringCloudServiceResult