Condividi tramite


SharedGalleries interface

Interfaccia che rappresenta un oggetto SharedGalleries.

Metodi

get(string, string, SharedGalleriesGetOptionalParams)

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

list(string, SharedGalleriesListOptionalParams)

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

Dettagli metodo

get(string, string, SharedGalleriesGetOptionalParams)

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

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

Parametri

location

string

Nome dell'area di Azure.

galleryUniqueName

string

Nome univoco della raccolta condivisa.

options
SharedGalleriesGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<SharedGallery>

list(string, SharedGalleriesListOptionalParams)

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

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

Parametri

location

string

Nome dell'area di Azure.

options
SharedGalleriesListOptionalParams

Parametri delle opzioni.

Restituisce