Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
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(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(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 © 2019. All rights reserved.