MaintenanceConfiguration.DefinitionStages.WithInstallPatches Interface

public static interface MaintenanceConfiguration.DefinitionStages.WithInstallPatches

The stage of the MaintenanceConfiguration definition allowing to specify installPatches.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withInstallPatches(InputPatchConfiguration installPatches)

Specifies the installPatches property: The input parameters to be passed to the patch run operation..

Method Details

withInstallPatches

public abstract MaintenanceConfiguration.DefinitionStages.WithCreate withInstallPatches(InputPatchConfiguration installPatches)

Specifies the installPatches property: The input parameters to be passed to the patch run operation..

Parameters:

installPatches - The input parameters to be passed to the patch run operation.

Returns:

the next definition stage.

Applies to