Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
GalleryImageVersion.Update |
GalleryImageVersion.UpdateStages.WithEndOfLifeDate.withEndOfLifeDate(OffsetDateTime 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.azure.core.management.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.azure.core.management.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 © 2020 Microsoft Corporation. All rights reserved.