list Application Allowed Upgrade Plans
suspend fun listApplicationAllowedUpgradePlans(argument: ListApplicationAllowedUpgradePlansPlainArgs): ListApplicationAllowedUpgradePlansResult
List allowed upgrade plans for application. Uses Azure REST API version 2021-07-01. Other available API versions: 2023-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native solutions [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
The array of plan.
Parameters
argument
null
suspend fun listApplicationAllowedUpgradePlans(applicationName: String, resourceGroupName: String): ListApplicationAllowedUpgradePlansResult
Return
The array of plan.
Parameters
application Name
The name of the managed application.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun listApplicationAllowedUpgradePlans(argument: suspend ListApplicationAllowedUpgradePlansPlainArgsBuilder.() -> Unit): ListApplicationAllowedUpgradePlansResult
Return
The array of plan.
Parameters
argument
Builder for com.pulumi.azurenative.solutions.kotlin.inputs.ListApplicationAllowedUpgradePlansPlainArgs.