GalleryImagesOperations interface

Rozhraní představující operace GalleryImages.

Vlastnosti

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Vytvořte nebo aktualizujte definici obrázku galerie.

delete
get

Načte informace o definici obrázku galerie.

listByGallery

Výpis definic obrázků galerie v galerii

update

Aktualizujte definici obrázku galerie.

Podrobnosti vlastnosti

beginCreateOrUpdate

Upozornění

Toto rozhraní API je teď zastaralé.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>

Hodnota vlastnosti

(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>

beginCreateOrUpdateAndWait

Upozornění

Toto rozhraní API je teď zastaralé.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => Promise<GalleryImage>

Hodnota vlastnosti

(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => Promise<GalleryImage>

beginDelete

Upozornění

Toto rozhraní API je teď zastaralé.

use delete instead

beginDelete: (resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Hodnota vlastnosti

(resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Upozornění

Toto rozhraní API je teď zastaralé.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => Promise<void>

Hodnota vlastnosti

(resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => Promise<void>

beginUpdate

Upozornění

Toto rozhraní API je teď zastaralé.

use update instead

beginUpdate: (resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>

Hodnota vlastnosti

(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>

beginUpdateAndWait

Upozornění

Toto rozhraní API je teď zastaralé.

use update instead

beginUpdateAndWait: (resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams) => Promise<GalleryImage>

Hodnota vlastnosti

(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams) => Promise<GalleryImage>

createOrUpdate

Vytvořte nebo aktualizujte definici obrázku galerie.

createOrUpdate: (resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>

Hodnota vlastnosti

(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>

delete

delete: (resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Hodnota vlastnosti

(resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Načte informace o definici obrázku galerie.

get: (resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesGetOptionalParams) => Promise<GalleryImage>

Hodnota vlastnosti

(resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesGetOptionalParams) => Promise<GalleryImage>

listByGallery

Výpis definic obrázků galerie v galerii

listByGallery: (resourceGroupName: string, galleryName: string, options?: GalleryImagesListByGalleryOptionalParams) => PagedAsyncIterableIterator<GalleryImage, GalleryImage[], PageSettings>

Hodnota vlastnosti

(resourceGroupName: string, galleryName: string, options?: GalleryImagesListByGalleryOptionalParams) => PagedAsyncIterableIterator<GalleryImage, GalleryImage[], PageSettings>

update

Aktualizujte definici obrázku galerie.

update: (resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>

Hodnota vlastnosti

(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>