GalleriesOperations interface

Interfaz que representa las operaciones de una Galería.

Propiedades

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Cree o actualice una galería de imágenes compartidas.

delete
get

Recupera información sobre una galería de imágenes compartidas.

list

Enumerar galerías bajo una suscripción.

listByResourceGroup

Enumera las galerías en un grupo de recursos.

update

Actualizar una galería de imágenes compartidas.

Detalles de las propiedades

beginCreateOrUpdate

Advertencia

Esta API ya está en desuso.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>

Valor de propiedad

(resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>

beginCreateOrUpdateAndWait

Advertencia

Esta API ya está en desuso.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => Promise<Gallery>

Valor de propiedad

(resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => Promise<Gallery>

beginDelete

Advertencia

Esta API ya está en desuso.

use delete instead

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

Valor de propiedad

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

beginDeleteAndWait

Advertencia

Esta API ya está en desuso.

use delete instead

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

Valor de propiedad

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

beginUpdate

Advertencia

Esta API ya está en desuso.

use update instead

beginUpdate: (resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>

Valor de propiedad

(resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>

beginUpdateAndWait

Advertencia

Esta API ya está en desuso.

use update instead

beginUpdateAndWait: (resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => Promise<Gallery>

Valor de propiedad

(resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => Promise<Gallery>

createOrUpdate

Cree o actualice una galería de imágenes compartidas.

createOrUpdate: (resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Gallery>, Gallery>

Valor de propiedad

(resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Gallery>, Gallery>

delete

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

Valor de propiedad

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

get

Recupera información sobre una galería de imágenes compartidas.

get: (resourceGroupName: string, galleryName: string, options?: GalleriesGetOptionalParams) => Promise<Gallery>

Valor de propiedad

(resourceGroupName: string, galleryName: string, options?: GalleriesGetOptionalParams) => Promise<Gallery>

list

Enumerar galerías bajo una suscripción.

list: (options?: GalleriesListOptionalParams) => PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>

Valor de propiedad

(options?: GalleriesListOptionalParams) => PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>

listByResourceGroup

Enumera las galerías en un grupo de recursos.

listByResourceGroup: (resourceGroupName: string, options?: GalleriesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>

Valor de propiedad

(resourceGroupName: string, options?: GalleriesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>

update

Actualizar una galería de imágenes compartidas.

update: (resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => PollerLike<OperationState<Gallery>, Gallery>

Valor de propiedad

(resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => PollerLike<OperationState<Gallery>, Gallery>