get Maintenance Configuration
suspend fun getMaintenanceConfiguration(argument: GetMaintenanceConfigurationPlainArgs): GetMaintenanceConfigurationResult
See planned maintenance for more information about planned maintenance. Azure REST API version: 2023-04-01. Other available API versions: 2023-05-02-preview, 2023-06-01, 2023-06-02-preview, 2023-07-01, 2023-07-02-preview, 2023-08-01, 2023-08-02-preview, 2023-09-01.
Return
See planned maintenance for more information about planned maintenance.
Parameters
argument
null
suspend fun getMaintenanceConfiguration(configName: String, resourceGroupName: String, resourceName: String): GetMaintenanceConfigurationResult
Return
See planned maintenance for more information about planned maintenance.
See also
Parameters
config Name
The name of the maintenance configuration.
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
The name of the managed cluster resource.
suspend fun getMaintenanceConfiguration(argument: suspend GetMaintenanceConfigurationPlainArgsBuilder.() -> Unit): GetMaintenanceConfigurationResult
Return
See planned maintenance for more information about planned maintenance.
See also
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.GetMaintenanceConfigurationPlainArgs.