GalleryImageVersion.DefinitionStages.WithCreate |
GalleryImageVersion.DefinitionStages.WithEndOfLifeDate.withEndOfLifeDate(OffsetDateTime endOfLifeDate) |
Specifies end of life date of the image version.
|
GalleryImageVersion.DefinitionStages.WithCreate |
GalleryImageVersion.DefinitionStages.WithExcludeFromLatest.withExcludedFromLatest() |
Specifies that this version is not a candidate to consider as latest.
|
GalleryImageVersion.DefinitionStages.WithCreate |
GalleryImageVersion.DefinitionStages.WithAvailableRegion.withRegionAvailability(com.azure.core.management.Region region,
int replicaCount) |
Specifies a region in which image version needs to be available.
|
GalleryImageVersion.DefinitionStages.WithCreate |
GalleryImageVersion.DefinitionStages.WithAvailableRegion.withRegionAvailability(List<TargetRegion> regions) |
Specifies list of regions in which image version needs to be available.
|
GalleryImageVersion.DefinitionStages.WithCreate |
GalleryImageVersion.DefinitionStages.WithSource.withSourceCustomImage(VirtualMachineCustomImage customImage) |
Specifies that the provided custom image needs to be used as source of the image version.
|
GalleryImageVersion.DefinitionStages.WithCreate |
GalleryImageVersion.DefinitionStages.WithSource.withSourceCustomImage(String customImageId) |
Specifies that the provided custom image needs to be used as source of the image version.
|
GalleryImageVersion.DefinitionStages.WithCreate |
GalleryImageVersion.DefinitionStages.WithTags.withTags(Map<String,String> tags) |
Specifies tags.
|