Class PatchInstallationDetail
java.lang.Object
com.azure.resourcemanager.compute.models.PatchInstallationDetail
Information about a specific patch that was encountered during an installation action.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the classifications property: The classification(s) of the patch as provided by the patch publisher.Get the installationState property: The state of the patch after the installation operation completed.kbId()Get the kbId property: The KBID of the patch.name()Get the name property: The friendly name of the patch.patchId()Get the patchId property: A unique identifier for the patch.voidvalidate()Validates the instance.version()Get the version property: The version string of the package.
-
Constructor Details
-
PatchInstallationDetail
public PatchInstallationDetail()
-
-
Method Details
-
patchId
Get the patchId property: A unique identifier for the patch.- Returns:
- the patchId value.
-
name
Get the name property: The friendly name of the patch.- Returns:
- the name value.
-
version
Get the version property: The version string of the package. It may conform to Semantic Versioning. Only applies to Linux.- Returns:
- the version value.
-
kbId
Get the kbId property: The KBID of the patch. Only applies to Windows patches.- Returns:
- the kbId value.
-
classifications
Get the classifications property: The classification(s) of the patch as provided by the patch publisher.- Returns:
- the classifications value.
-
installationState
Get the installationState property: The state of the patch after the installation operation completed.- Returns:
- the installationState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-