Interface GalleryImage.DefinitionStages
-
- Enclosing interface:
- GalleryImage
public static interface GalleryImage.DefinitionStagesGrouping of gallery image definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGalleryImage.DefinitionStages.BlankThe first stage of a gallery image definition.static interfaceGalleryImage.DefinitionStages.WithCreateThe 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.static interfaceGalleryImage.DefinitionStages.WithDescriptionThe stage of the gallery image definition allowing to specify description.static interfaceGalleryImage.DefinitionStages.WithDisallowedThe stage of the gallery image definition allowing to specify settings disallowed for a virtual machine based on the image.static interfaceGalleryImage.DefinitionStages.WithEndOfLifeDateThe stage of the gallery image definition allowing to specify end of life of the version.static interfaceGalleryImage.DefinitionStages.WithEulaThe stage of the gallery image definition allowing to specify eula.static interfaceGalleryImage.DefinitionStages.WithGalleryThe stage of the gallery image definition allowing to specify parent gallery it belongs to.static interfaceGalleryImage.DefinitionStages.WithIdentifierThe stage of the gallery image definition allowing to specify identifier that identifies publisher, offer and sku of the image.static interfaceGalleryImage.DefinitionStages.WithLocationThe stage of the gallery image definition allowing to specify location of the image.static interfaceGalleryImage.DefinitionStages.WithOsTypeAndStateThe stage of the gallery image definition allowing to specify the OS type and state.static interfaceGalleryImage.DefinitionStages.WithPrivacyStatementUriThe stage of the gallery image definition allowing to specify privacy statement uri.static interfaceGalleryImage.DefinitionStages.WithPurchasePlanThe stage of the gallery image definition allowing to specify purchase plan.static interfaceGalleryImage.DefinitionStages.WithRecommendedVMConfigurationThe stage of the gallery image definition allowing to specify recommended configuration for the virtual machine.static interfaceGalleryImage.DefinitionStages.WithReleaseNoteUriThe stage of the gallery image definition allowing to specify uri to release note.static interfaceGalleryImage.DefinitionStages.WithTagsThe stage of the gallery image definition allowing to specify tags.
-