@Beta(value=V1_15_0)
public static interface GalleryImageVersion.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
GalleryImageVersion.DefinitionStages.Blank
The first stage of a gallery image version definition.
|
static interface |
GalleryImageVersion.DefinitionStages.WithAvailableRegion
The stage of image version definition allowing to specify the regions in which the image version
has to be available.
|
static interface |
GalleryImageVersion.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create() ), but also allows
for any other optional settings to be specified. |
static interface |
GalleryImageVersion.DefinitionStages.WithEndOfLifeDate
The stage of the gallery image version definition allowing to specify end of life of the version.
|
static interface |
GalleryImageVersion.DefinitionStages.WithExcludeFromLatest
The stage of the gallery image version definition allowing to specify that the version
should not be considered as a candidate version when VM is deployed with 'latest' as version
of the image.
|
static interface |
GalleryImageVersion.DefinitionStages.WithImage
The stage of the gallery image version definition allowing to specify parent image.
|
static interface |
GalleryImageVersion.DefinitionStages.WithLocation
The stage of the gallery image version definition allowing to specify location.
|
static interface |
GalleryImageVersion.DefinitionStages.WithSource
The stage of the image version definition allowing to specify the source.
|
static interface |
GalleryImageVersion.DefinitionStages.WithTags
The stage of the gallery image version definition allowing to specify Tags.
|
Copyright © 2019. All rights reserved.