| Modifier and Type | Method and Description |
|---|---|
GalleryImageVersion.Update |
GalleryImageVersion.UpdateStages.WithEndOfLifeDate.withEndOfLifeDate(org.joda.time.DateTime endOfLifeDate)
Specifies end of life date of the image version.
|
GalleryImageVersion.Update |
GalleryImageVersion.UpdateStages.WithExcludeFromLatest.withExcludedFromLatest()
Specifies that this version is not a candidate to consider as latest.
|
GalleryImageVersion.Update |
GalleryImageVersion.UpdateStages.WithExcludeFromLatest.withoutExcludedFromLatest()
Specifies that this version is a candidate to consider as latest.
|
GalleryImageVersion.Update |
GalleryImageVersion.UpdateStages.WithAvailableRegion.withoutRegionAvailability(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
Specifies that an image version should be removed from an existing region serving it.
|
GalleryImageVersion.Update |
GalleryImageVersion.UpdateStages.WithAvailableRegion.withRegionAvailability(List<TargetRegion> regions)
Specifies list of regions in which image version needs to be available.
|
GalleryImageVersion.Update |
GalleryImageVersion.UpdateStages.WithAvailableRegion.withRegionAvailability(com.microsoft.azure.management.resources.fluentcore.arm.Region region,
int replicaCount)
Specifies a region in which image version needs to be available.
|
GalleryImageVersion.Update |
GalleryImageVersion.UpdateStages.WithTags.withTags(Map<String,String> tags)
Specifies tags.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/