Class OsProfileWindowsConfiguration
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.OsProfileWindowsConfiguration
Specifies the windows configuration for update management.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the assessmentMode property: Specifies the assessment mode.Get the patchMode property: Specifies the patch mode.void
validate()
Validates the instance.withAssessmentMode
(String assessmentMode) Set the assessmentMode property: Specifies the assessment mode.withPatchMode
(String patchMode) Set the patchMode property: Specifies the patch mode.
-
Constructor Details
-
OsProfileWindowsConfiguration
public OsProfileWindowsConfiguration()
-
-
Method Details
-
assessmentMode
Get the assessmentMode property: Specifies the assessment mode.- Returns:
- the assessmentMode value.
-
withAssessmentMode
Set the assessmentMode property: Specifies the assessment mode.- Parameters:
assessmentMode
- the assessmentMode value to set.- Returns:
- the OsProfileWindowsConfiguration object itself.
-
patchMode
Get the patchMode property: Specifies the patch mode.- Returns:
- the patchMode value.
-
withPatchMode
Set the patchMode property: Specifies the patch mode.- Parameters:
patchMode
- the patchMode value to set.- Returns:
- the OsProfileWindowsConfiguration object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-