@Beta(value=V1_15_0) public interface GalleryImages extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<GalleryImage.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.compute.implementation.GalleryImagesInner>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByGallery(String resourceGroupName,
String galleryName,
String galleryImageName)
Delete an image in a gallery.
|
rx.Completable |
deleteByGalleryAsync(String resourceGroupName,
String galleryName,
String galleryImageName)
Delete a gallery image in a gallery.
|
GalleryImage |
getByGallery(String resourceGroupName,
String galleryName,
String galleryImageName)
Retrieves information about an image in a gallery.
|
rx.Observable<GalleryImage> |
getByGalleryAsync(String resourceGroupName,
String galleryName,
String galleryImageName)
Retrieves information about an image in a gallery.
|
com.microsoft.azure.PagedList<GalleryImage> |
listByGallery(String resourceGroupName,
String galleryName)
List images under a gallery.
|
rx.Observable<GalleryImage> |
listByGalleryAsync(String resourceGroupName,
String galleryName)
List images under a gallery.
|
@Beta(value=V1_15_0) rx.Observable<GalleryImage> getByGalleryAsync(String resourceGroupName, String galleryName, String galleryImageName)
resourceGroupName - The name of the resource group.galleryName - The name of the gallery.galleryImageName - The name of the gallery image.IllegalArgumentException - thrown if parameters fail the validation@Beta(value=V1_15_0) GalleryImage getByGallery(String resourceGroupName, String galleryName, String galleryImageName)
resourceGroupName - The name of the resource group.galleryName - The name of the gallery.galleryImageName - The name of the gallery image.IllegalArgumentException - thrown if parameters fail the validation@Beta(value=V1_15_0) rx.Observable<GalleryImage> listByGalleryAsync(String resourceGroupName, String galleryName)
resourceGroupName - The name of the resource group.galleryName - The name of the gallery.IllegalArgumentException - thrown if parameters fail the validation@Beta(value=V1_15_0) com.microsoft.azure.PagedList<GalleryImage> listByGallery(String resourceGroupName, String galleryName)
resourceGroupName - The name of the resource group.galleryName - The name of the gallery.IllegalArgumentException - thrown if parameters fail the validation@Beta(value=V1_15_0) rx.Completable deleteByGalleryAsync(String resourceGroupName, String galleryName, String galleryImageName)
resourceGroupName - The name of the resource group.galleryName - The name of the gallery.galleryImageName - The name of the gallery image.IllegalArgumentException - thrown if parameters fail the validation@Beta(value=V1_15_0) void deleteByGallery(String resourceGroupName, String galleryName, String galleryImageName)
resourceGroupName - The name of the resource group.galleryName - The name of the gallery.galleryImageName - The name of the gallery image.IllegalArgumentException - thrown if parameters fail the validation/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/