public static interface GalleryImage.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GalleryImage.DefinitionStages.Blank
The first stage of a gallery image definition.
|
static interface |
GalleryImage.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 |
GalleryImage.DefinitionStages.WithDescription
The stage of the gallery image definition allowing to specify description.
|
static interface |
GalleryImage.DefinitionStages.WithDisallowed
The stage of the gallery image definition allowing to specify settings disallowed for a virtual machine based
on the image.
|
static interface |
GalleryImage.DefinitionStages.WithEndOfLifeDate
The stage of the gallery image definition allowing to specify end of life of the version.
|
static interface |
GalleryImage.DefinitionStages.WithEula
The stage of the gallery image definition allowing to specify eula.
|
static interface |
GalleryImage.DefinitionStages.WithGallery
The stage of the gallery image definition allowing to specify parent gallery it belongs to.
|
static interface |
GalleryImage.DefinitionStages.WithIdentifier
The stage of the gallery image definition allowing to specify identifier that identifies publisher, offer and
sku of the image.
|
static interface |
GalleryImage.DefinitionStages.WithLocation
The stage of the gallery image definition allowing to specify location of the image.
|
static interface |
GalleryImage.DefinitionStages.WithOsTypeAndState |
static interface |
GalleryImage.DefinitionStages.WithPrivacyStatementUri
The stage of the gallery image definition allowing to specify privacy statement uri.
|
static interface |
GalleryImage.DefinitionStages.WithPurchasePlan
The stage of the gallery image definition allowing to specify purchase plan.
|
static interface |
GalleryImage.DefinitionStages.WithRecommendedVMConfiguration
The stage of the gallery image definition allowing to specify recommended configuration for the virtual
machine.
|
static interface |
GalleryImage.DefinitionStages.WithReleaseNoteUri
The stage of the gallery image definition allowing to specify uri to release note.
|
static interface |
GalleryImage.DefinitionStages.WithTags
The stage of the gallery image definition allowing to specify tags.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.