Class PatchInstallationDetail
java.lang.Object
com.microsoft.azure.management.compute.PatchInstallationDetail
Information about a specific patch that was encountered during an
installation action.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the classification(s) of the patch as provided by the patch publisher.Get the state of the patch after the installation operation completed.kbId()
Get the KBID of the patch.name()
Get the friendly name of the patch.patchId()
Get a unique identifier for the patch.version()
Get the version string of the package.
-
Constructor Details
-
PatchInstallationDetail
public PatchInstallationDetail()
-
-
Method Details
-
patchId
Get a unique identifier for the patch.- Returns:
- the patchId value
-
name
Get the friendly name of the patch.- Returns:
- the name value
-
version
Get the version string of the package. It may conform to Semantic Versioning. Only applies to Linux.- Returns:
- the version value
-
kbId
Get the KBID of the patch. Only applies to Windows patches.- Returns:
- the kbId value
-
classifications
Get the classification(s) of the patch as provided by the patch publisher.- Returns:
- the classifications value
-
installationState
Get the state of the patch after the installation operation completed. Possible values include: 'Unknown', 'Installed', 'Failed', 'Excluded', 'NotSelected', 'Pending'.- Returns:
- the installationState value
-