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
With |
withInstallPatches(InputPatchConfiguration installPatches)
Specifies the install |
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:
Returns: