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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet optional.Get the manageActions value.source()Get the source value.withEnableHealthCheck(Boolean enableHealthCheck) Set optional.withManageActions(UserArtifactManage manageActions) Set the manageActions value.withSource(UserArtifactSource source) Set the source value.Methods inherited from class com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase
endOfLifeDate, excludeFromLatest, publishedDate, replicaCount, storageAccountType, targetRegions, withEndOfLifeDate, withExcludeFromLatest, withReplicaCount, withStorageAccountType, withTargetRegions
-
Constructor Details
-
GalleryApplicationVersionPublishingProfile
public GalleryApplicationVersionPublishingProfile()
-
-
Method Details
-
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
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
Get optional. Whether or not this application reports health.- Returns:
- the enableHealthCheck value
-
withEnableHealthCheck
Set optional. Whether or not this application reports health.- Parameters:
enableHealthCheck- the enableHealthCheck value to set- Returns:
- the GalleryApplicationVersionPublishingProfile object itself.
-