getMaintenanceConfiguration

Gets the maintenance configuration of a ManagedEnvironment . Uses Azure REST API version 2024-10-02-preview.

Return

Information about the Maintenance Configuration resource.

Parameters

argument

null


suspend fun getMaintenanceConfiguration(configName: String, environmentName: String, resourceGroupName: String): GetMaintenanceConfigurationResult

Return

Information about the Maintenance Configuration resource.

Parameters

configName

The name of the maintenance configuration.

environmentName

The name of the Managed Environment.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Information about the Maintenance Configuration resource.

Parameters

argument

Builder for com.pulumi.azurenative.app.kotlin.inputs.GetMaintenanceConfigurationPlainArgs.

See also