Uses of Class
com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of GalleryArtifactPublishingProfileBase in com.microsoft.azure.management.compute
Modifier and TypeClassDescriptionclass
The publishing profile of a gallery image version.class
The publishing profile of a gallery Image Version.Modifier and TypeMethodDescriptionGalleryArtifactPublishingProfileBase.withEndOfLifeDate
(org.joda.time.DateTime endOfLifeDate) Set the end of life date of the gallery Image Version.GalleryArtifactPublishingProfileBase.withExcludeFromLatest
(Boolean excludeFromLatest) Set if set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.GalleryArtifactPublishingProfileBase.withReplicaCount
(Integer replicaCount) Set the number of replicas of the Image Version to be created per region.GalleryArtifactPublishingProfileBase.withStorageAccountType
(StorageAccountType storageAccountType) Set specifies the storage account type to be used to store the image.GalleryArtifactPublishingProfileBase.withTargetRegions
(List<TargetRegion> targetRegions) Set the target regions where the Image Version is going to be replicated to.