Class GalleryApplicationVersionPublishingProfile

java.lang.Object
com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase
com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile

public class GalleryApplicationVersionPublishingProfile extends GalleryArtifactPublishingProfileBase
The publishing profile of a gallery image version.
  • Constructor Details

    • GalleryApplicationVersionPublishingProfile

      public GalleryApplicationVersionPublishingProfile()
  • Method Details

    • source

      public UserArtifactSource source()
      Get the source value.
      Returns:
      the source value
    • withSource

      Set the source value.
      Parameters:
      source - the source value to set
      Returns:
      the GalleryApplicationVersionPublishingProfile object itself.
    • manageActions

      public UserArtifactManage manageActions()
      Get the manageActions value.
      Returns:
      the manageActions value
    • withManageActions

      public GalleryApplicationVersionPublishingProfile withManageActions(UserArtifactManage manageActions)
      Set the manageActions value.
      Parameters:
      manageActions - the manageActions value to set
      Returns:
      the GalleryApplicationVersionPublishingProfile object itself.
    • enableHealthCheck

      public Boolean enableHealthCheck()
      Get optional. Whether or not this application reports health.
      Returns:
      the enableHealthCheck value
    • withEnableHealthCheck

      public GalleryApplicationVersionPublishingProfile withEnableHealthCheck(Boolean enableHealthCheck)
      Set optional. Whether or not this application reports health.
      Parameters:
      enableHealthCheck - the enableHealthCheck value to set
      Returns:
      the GalleryApplicationVersionPublishingProfile object itself.