@Beta(value=V1_15_0) public interface Gallery extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.compute.implementation.GalleryInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource, com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.compute.implementation.ComputeManager,com.microsoft.azure.management.compute.implementation.GalleryInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<Gallery>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<Gallery.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 |
Gallery.Definition
The entirety of the gallery definition.
|
static interface |
Gallery.DefinitionStages
Grouping of gallery definition stages.
|
static interface |
Gallery.Update
The template for a Gallery update operation, containing all the settings that can be modified.
|
static interface |
Gallery.UpdateStages
Grouping of gallery update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
String |
description() |
GalleryImage |
getImage(String imageName)
Retrieves information about an image in the gallery.
|
rx.Observable<GalleryImage> |
getImageAsync(String imageName)
Retrieves information about an image in the gallery.
|
com.microsoft.azure.PagedList<GalleryImage> |
listImages()
List images in the gallery.
|
rx.Observable<GalleryImage> |
listImagesAsync()
List images in the gallery.
|
String |
provisioningState() |
String |
uniqueName() |
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinner@Beta(value=V1_15_0) String description()
@Beta(value=V1_15_0) String uniqueName()
@Beta(value=V1_15_0) String provisioningState()
@Beta(value=V1_15_0) rx.Observable<GalleryImage> getImageAsync(String imageName)
imageName - The name of the image.IllegalArgumentException - thrown if parameters fail the validation@Beta(value=V1_15_0) GalleryImage getImage(String imageName)
imageName - The name of the image.IllegalArgumentException - thrown if parameters fail the validation@Beta(value=V1_15_0) rx.Observable<GalleryImage> listImagesAsync()
@Beta(value=V1_15_0) com.microsoft.azure.PagedList<GalleryImage> listImages()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/