共用方式為


SharedGalleries interface

代表 SharedGalleries 的介面。

方法

get(string, string, SharedGalleriesGetOptionalParams)

依訂用帳戶標識碼或租用戶標識碼取得共享資源庫。

list(string, SharedGalleriesListOptionalParams)

依訂用帳戶標識碼或租用戶標識碼列出共用資源庫。

方法詳細資料

get(string, string, SharedGalleriesGetOptionalParams)

依訂用帳戶標識碼或租用戶標識碼取得共享資源庫。

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

參數

location

string

Azure 區域的名稱。

galleryUniqueName

string

共用資源庫的唯一名稱。

options
SharedGalleriesGetOptionalParams

選項參數。

傳回

Promise<SharedGallery>

list(string, SharedGalleriesListOptionalParams)

依訂用帳戶標識碼或租用戶標識碼列出共用資源庫。

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

參數

location

string

Azure 區域的名稱。

options
SharedGalleriesListOptionalParams

選項參數。

傳回