public interface GalleryImageVersion extends HasInnerModel<GalleryImageVersionInner>, Indexable, Refreshable<GalleryImageVersion>, Updatable<GalleryImageVersion.Update>, HasManager<ComputeManager>
Modifier and Type | Interface and Description |
---|---|
static interface |
GalleryImageVersion.Definition
The entirety of the gallery image version definition.
|
static interface |
GalleryImageVersion.DefinitionStages
Grouping of gallery image version definition stages.
|
static interface |
GalleryImageVersion.Update
The template for a gallery image version update operation, containing all the settings that can be modified.
|
static interface |
GalleryImageVersion.UpdateStages
Grouping of gallery image version update stages.
|
Modifier and Type | Method and Description |
---|---|
List<TargetRegion> |
availableRegions() |
OffsetDateTime |
endOfLifeDate() |
String |
id() |
Boolean |
isExcludedFromLatest() |
String |
location() |
String |
name() |
String |
provisioningState() |
GalleryImageVersionPublishingProfile |
publishingProfile() |
ReplicationStatus |
replicationStatus() |
GalleryImageVersionStorageProfile |
storageProfile() |
Map<String,String> |
tags() |
String |
type() |
innerModel
refresh, refreshAsync
update
manager
String id()
String location()
String name()
String provisioningState()
GalleryImageVersionPublishingProfile publishingProfile()
List<TargetRegion> availableRegions()
OffsetDateTime endOfLifeDate()
Boolean isExcludedFromLatest()
ReplicationStatus replicationStatus()
GalleryImageVersionStorageProfile storageProfile()
String type()
Copyright © 2020 Microsoft Corporation. All rights reserved.