get Auto Upgrade Profile
suspend fun getAutoUpgradeProfile(argument: GetAutoUpgradeProfilePlainArgs): GetAutoUpgradeProfileResult
Get a AutoUpgradeProfile Uses Azure REST API version 2024-05-02-preview. Other available API versions: 2025-03-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native containerservice [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
The AutoUpgradeProfile resource.
Parameters
argument
null
suspend fun getAutoUpgradeProfile(autoUpgradeProfileName: String, fleetName: String, resourceGroupName: String): GetAutoUpgradeProfileResult
Return
The AutoUpgradeProfile resource.
Parameters
auto Upgrade Profile Name
The name of the AutoUpgradeProfile resource.
fleet Name
The name of the Fleet resource.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getAutoUpgradeProfile(argument: suspend GetAutoUpgradeProfilePlainArgsBuilder.() -> Unit): GetAutoUpgradeProfileResult
Return
The AutoUpgradeProfile resource.
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.GetAutoUpgradeProfilePlainArgs.