SharedGalleries interface

Interface representing a SharedGalleries.

Methods

get(string, string, SharedGalleriesGetOptionalParams)

Get a shared gallery by subscription id or tenant id.

list(string, SharedGalleriesListOptionalParams)

List shared galleries by subscription id or tenant id.

Method Details

get(string, string, SharedGalleriesGetOptionalParams)

Get a shared gallery by subscription id or tenant id.

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

Parameters

location

string

Resource location.

galleryUniqueName

string

The unique name of the Shared Gallery.

options
SharedGalleriesGetOptionalParams

The options parameters.

Returns

Promise<SharedGallery>

list(string, SharedGalleriesListOptionalParams)

List shared galleries by subscription id or tenant id.

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

Parameters

location

string

Resource location.

options
SharedGalleriesListOptionalParams

The options parameters.

Returns