Class PatchInstallationDetail

java.lang.Object
com.microsoft.azure.management.compute.PatchInstallationDetail

public class PatchInstallationDetail extends Object
Information about a specific patch that was encountered during an installation action.
  • Constructor Details

    • PatchInstallationDetail

      public PatchInstallationDetail()
  • Method Details

    • patchId

      public String patchId()
      Get a unique identifier for the patch.
      Returns:
      the patchId value
    • name

      public String name()
      Get the friendly name of the patch.
      Returns:
      the name value
    • version

      public String version()
      Get the version string of the package. It may conform to Semantic Versioning. Only applies to Linux.
      Returns:
      the version value
    • kbId

      public String kbId()
      Get the KBID of the patch. Only applies to Windows patches.
      Returns:
      the kbId value
    • classifications

      public List<String> classifications()
      Get the classification(s) of the patch as provided by the patch publisher.
      Returns:
      the classifications value
    • installationState

      public PatchInstallationState 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