Interface GalleryImageVersion.Update
-
- All Superinterfaces:
Appliable<GalleryImageVersion>,GalleryImageVersion.UpdateStages.WithAvailableRegion,GalleryImageVersion.UpdateStages.WithEndOfLifeDate,GalleryImageVersion.UpdateStages.WithExcludeFromLatest,GalleryImageVersion.UpdateStages.WithTags,Indexable
- Enclosing interface:
- GalleryImageVersion
public static interface GalleryImageVersion.Update extends Appliable<GalleryImageVersion>, GalleryImageVersion.UpdateStages.WithAvailableRegion, GalleryImageVersion.UpdateStages.WithEndOfLifeDate, GalleryImageVersion.UpdateStages.WithExcludeFromLatest, GalleryImageVersion.UpdateStages.WithTags
The template for a gallery image version update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImageVersion.UpdateStages.WithAvailableRegion
withoutRegionAvailability, withRegionAvailability, withRegionAvailability
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImageVersion.UpdateStages.WithEndOfLifeDate
withEndOfLifeDate
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImageVersion.UpdateStages.WithExcludeFromLatest
withExcludedFromLatest, withoutExcludedFromLatest
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImageVersion.UpdateStages.WithTags
withTags
-
-