GalleriesOperations interface

Interfaccia che rappresenta le operazioni di una galleria.

Proprietà

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Crea o aggiorna una galleria di immagini condivise.

delete
get

Recupera informazioni su una galleria di immagini condivise.

list

Elenca le gallerie con un abbonamento.

listByResourceGroup

Elencare le raccolte in un gruppo di risorse.

update

Aggiornare una galleria di immagini condivise.

Dettagli proprietà

beginCreateOrUpdate

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

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

Valore della proprietà

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

beginCreateOrUpdateAndWait

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

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

Valore della proprietà

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

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

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

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

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

beginUpdate

Avviso

Questa API è ora deprecata.

use update instead

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

Valore della proprietà

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

beginUpdateAndWait

Avviso

Questa API è ora deprecata.

use update instead

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

Valore della proprietà

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

createOrUpdate

Crea o aggiorna una galleria di immagini condivise.

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

Valore della proprietà

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

delete

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

Valore della proprietà

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

get

Recupera informazioni su una galleria di immagini condivise.

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

Valore della proprietà

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

list

Elenca le gallerie con un abbonamento.

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

Valore della proprietà

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

listByResourceGroup

Elencare le raccolte in un gruppo di risorse.

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

Valore della proprietà

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

update

Aggiornare una galleria di immagini condivise.

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

Valore della proprietà

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