@Beta(value=V1_15_0) public interface GalleryImageVersion extends HasInner<com.microsoft.azure.management.compute.implementation.GalleryImageVersionInner>, Indexable, Refreshable<GalleryImageVersion>, Updatable<GalleryImageVersion.Update>, HasManager<com.microsoft.azure.management.compute.implementation.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() |
org.joda.time.DateTime |
endOfLifeDate() |
String |
id() |
Boolean |
isExcludedFromLatest() |
String |
location() |
String |
name() |
String |
provisioningState() |
GalleryImageVersionPublishingProfile |
publishingProfile() |
ReplicationStatus |
replicationStatus() |
GalleryImageVersionStorageProfile |
storageProfile() |
Map<String,String> |
tags() |
String |
type() |
inner
key
refresh, refreshAsync
update
manager
@Beta(value=V1_15_0) String id()
@Beta(value=V1_15_0) String location()
@Beta(value=V1_15_0) String name()
@Beta(value=V1_15_0) String provisioningState()
@Beta(value=V1_15_0) GalleryImageVersionPublishingProfile publishingProfile()
@Beta(value=V1_15_0) List<TargetRegion> availableRegions()
@Beta(value=V1_15_0) org.joda.time.DateTime endOfLifeDate()
@Beta(value=V1_15_0) Boolean isExcludedFromLatest()
@Beta(value=V1_15_0) ReplicationStatus replicationStatus()
@Beta(value=V1_15_0) GalleryImageVersionStorageProfile storageProfile()
@Beta(value=V1_15_0) Map<String,String> tags()
@Beta(value=V1_15_0) String type()
Copyright © 2019. All rights reserved.