Uses of Interface
com.azure.resourcemanager.compute.models.GalleryImageVersion.Update
Packages that use GalleryImageVersion.Update
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryImageVersion.Update in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryImageVersion.UpdateModifier and TypeMethodDescriptionGalleryImageVersion.UpdateStages.WithEndOfLifeDate.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Specifies end of life date of the image version.GalleryImageVersion.UpdateStages.WithExcludeFromLatest.withExcludedFromLatest()Specifies that this version is not a candidate to consider as latest.GalleryImageVersion.UpdateStages.WithExcludeFromLatest.withoutExcludedFromLatest()Specifies that this version is a candidate to consider as latest.GalleryImageVersion.UpdateStages.WithAvailableRegion.withoutRegionAvailability(com.azure.core.management.Region region) Specifies that an image version should be removed from an existing region serving it.GalleryImageVersion.UpdateStages.WithAvailableRegion.withRegionAvailability(com.azure.core.management.Region region, int replicaCount) Specifies a region in which image version needs to be available.GalleryImageVersion.UpdateStages.WithAvailableRegion.withRegionAvailability(List<TargetRegion> regions) Specifies list of regions in which image version needs to be available.Specifies tags.