Interface GalleryImageVersion.DefinitionStages.WithCreate
-
- All Superinterfaces:
Creatable<GalleryImageVersion>,GalleryImageVersion.DefinitionStages.WithAvailableRegion,GalleryImageVersion.DefinitionStages.WithEndOfLifeDate,GalleryImageVersion.DefinitionStages.WithExcludeFromLatest,GalleryImageVersion.DefinitionStages.WithTags,HasName,Indexable
- All Known Subinterfaces:
GalleryImageVersion.Definition
- Enclosing interface:
- GalleryImageVersion.DefinitionStages
public static interface GalleryImageVersion.DefinitionStages.WithCreate extends Creatable<GalleryImageVersion>, GalleryImageVersion.DefinitionStages.WithAvailableRegion, GalleryImageVersion.DefinitionStages.WithEndOfLifeDate, GalleryImageVersion.DefinitionStages.WithExcludeFromLatest, GalleryImageVersion.DefinitionStages.WithTags
The stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImageVersion.DefinitionStages.WithAvailableRegion
withRegionAvailability, withRegionAvailability
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImageVersion.DefinitionStages.WithEndOfLifeDate
withEndOfLifeDate
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImageVersion.DefinitionStages.WithExcludeFromLatest
withExcludedFromLatest
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImageVersion.DefinitionStages.WithTags
withTags
-
-