@Beta(value=V1_15_0) public interface GalleryImageVersion extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.compute.implementation.GalleryImageVersionInner>, com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<GalleryImageVersion>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<GalleryImageVersion.Update>, com.microsoft.azure.management.resources.fluentcore.arm.models.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() |
innerkeyrefresh, refreshAsync@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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/