Uses of Interface
com.azure.resourcemanager.compute.models.GalleryImageVersion.DefinitionStages.WithCreate
Packages that use GalleryImageVersion.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryImageVersion.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.models
Subinterfaces of GalleryImageVersion.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the gallery image version definition.Methods in com.azure.resourcemanager.compute.models that return GalleryImageVersion.DefinitionStages.WithCreateModifier and TypeMethodDescriptionGalleryImageVersion.DefinitionStages.WithEndOfLifeDate.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Specifies end of life date of the image version.GalleryImageVersion.DefinitionStages.WithExcludeFromLatest.withExcludedFromLatest()Specifies that this version is not a candidate to consider as latest.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.WithAvailableRegion.withRegionAvailability(List<TargetRegion> regions) Specifies list of regions in which image version needs to be available.GalleryImageVersion.DefinitionStages.WithSource.withSourceCustomImage(VirtualMachineCustomImage customImage) Specifies that the provided custom image needs to be used as source of the image version.GalleryImageVersion.DefinitionStages.WithSource.withSourceCustomImage(String customImageId) Specifies that the provided custom image needs to be used as source of the image version.Specifies tags.