共用方式為


GallerySharingProfile interface

表示 GallerySharingProfile 的介面。

方法

beginUpdate(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

更新資源庫的共享配置檔。

beginUpdateAndWait(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

更新資源庫的共享配置檔。

方法詳細資料

beginUpdate(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

更新資源庫的共享配置檔。

function beginUpdate(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SharingUpdate>, SharingUpdate>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

galleryName

string

共用映像庫的名稱。

sharingUpdate
SharingUpdate

提供給更新資源庫共用配置檔的參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<SharingUpdate>, SharingUpdate>>

beginUpdateAndWait(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

更新資源庫的共享配置檔。

function beginUpdateAndWait(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams): Promise<SharingUpdate>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

galleryName

string

共用映像庫的名稱。

sharingUpdate
SharingUpdate

提供給更新資源庫共用配置檔的參數。

傳回

Promise<SharingUpdate>