| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GalleryImageVersion.Definition
The entirety of the gallery image version definition.
|
| Modifier and Type | Method and Description |
|---|---|
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(List<TargetRegion> regions)
Specifies list of regions in which image version needs to be available.
|
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.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.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.WithTags.withTags(Map<String,String> tags)
Specifies tags.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.