Uses of Class
com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile
Packages that use GalleryApplicationVersionPublishingProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of GalleryApplicationVersionPublishingProfile in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return GalleryApplicationVersionPublishingProfileModifier and TypeMethodDescriptionGalleryApplicationVersionUpdate.publishingProfile()Get the publishingProfile value.GalleryApplicationVersionPublishingProfile.withEnableHealthCheck(Boolean enableHealthCheck) Set optional.GalleryApplicationVersionPublishingProfile.withManageActions(UserArtifactManage manageActions) Set the manageActions value.GalleryApplicationVersionPublishingProfile.withSource(UserArtifactSource source) Set the source value.Methods in com.microsoft.azure.management.compute with parameters of type GalleryApplicationVersionPublishingProfileModifier and TypeMethodDescriptionGalleryApplicationVersionUpdate.withPublishingProfile(GalleryApplicationVersionPublishingProfile publishingProfile) Set the publishingProfile value.