Uses of Class
com.azure.resourcemanager.compute.models.GalleryArtifactPublishingProfileBase
Packages that use GalleryArtifactPublishingProfileBase
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryArtifactPublishingProfileBase in com.azure.resourcemanager.compute.models
Modifier and TypeClassDescriptionfinal classThe publishing profile of a gallery image version.final classThe publishing profile of a gallery image Version.Methods in com.azure.resourcemanager.compute.models that return GalleryArtifactPublishingProfileBaseModifier and TypeMethodDescriptionGalleryArtifactPublishingProfileBase.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery image version.GalleryArtifactPublishingProfileBase.withExcludeFromLatest(Boolean excludeFromLatest) Set the excludeFromLatest property: 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 replicaCount property: The number of replicas of the Image Version to be created per region.GalleryArtifactPublishingProfileBase.withReplicationMode(ReplicationMode replicationMode) Set the replicationMode property: Optional parameter which specifies the mode to be used for replication.GalleryArtifactPublishingProfileBase.withStorageAccountType(StorageAccountType storageAccountType) Set the storageAccountType property: Specifies the storage account type to be used to store the image.GalleryArtifactPublishingProfileBase.withTargetExtendedLocations(List<GalleryTargetExtendedLocation> targetExtendedLocations) Set the targetExtendedLocations property: The target extended locations where the Image Version is going to be replicated to.GalleryArtifactPublishingProfileBase.withTargetRegions(List<TargetRegion> targetRegions) Set the targetRegions property: The target regions where the Image Version is going to be replicated to.