다음을 통해 공유


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

업데이트 갤러리 공유 프로필에 제공된 매개 변수입니다.

options
GallerySharingProfileUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

업데이트 갤러리 공유 프로필에 제공된 매개 변수입니다.

options
GallerySharingProfileUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<SharingUpdate>