SharedGalleriesOperations interface

Interfaccia che rappresenta un'operazione SharedGalleries.

Proprietà

get

Ottenere una raccolta condivisa in base all'ID sottoscrizione o all'ID tenant.

list

Elencare le gallerie condivise in base all'ID sottoscrizione o all'ID tenant.

Dettagli proprietà

get

Ottenere una raccolta condivisa in base all'ID sottoscrizione o all'ID tenant.

get: (location: string, galleryUniqueName: string, options?: SharedGalleriesGetOptionalParams) => Promise<SharedGallery>

Valore della proprietà

(location: string, galleryUniqueName: string, options?: SharedGalleriesGetOptionalParams) => Promise<SharedGallery>

list

Elencare le gallerie condivise in base all'ID sottoscrizione o all'ID tenant.

list: (location: string, options?: SharedGalleriesListOptionalParams) => PagedAsyncIterableIterator<SharedGallery, SharedGallery[], PageSettings>

Valore della proprietà

(location: string, options?: SharedGalleriesListOptionalParams) => PagedAsyncIterableIterator<SharedGallery, SharedGallery[], PageSettings>