GalleryImages interface

GalleryImages를 나타내는 인터페이스입니다.

메서드

beginCreateOrUpdate(string, string, string, GalleryImage, GalleryImagesCreateOrUpdateOptionalParams)

갤러리 이미지 정의를 만들거나 업데이트합니다.

beginCreateOrUpdateAndWait(string, string, string, GalleryImage, GalleryImagesCreateOrUpdateOptionalParams)

갤러리 이미지 정의를 만들거나 업데이트합니다.

beginDelete(string, string, string, GalleryImagesDeleteOptionalParams)

갤러리 이미지를 삭제합니다.

beginDeleteAndWait(string, string, string, GalleryImagesDeleteOptionalParams)

갤러리 이미지를 삭제합니다.

beginUpdate(string, string, string, GalleryImageUpdate, GalleryImagesUpdateOptionalParams)

갤러리 이미지 정의를 업데이트합니다.

beginUpdateAndWait(string, string, string, GalleryImageUpdate, GalleryImagesUpdateOptionalParams)

갤러리 이미지 정의를 업데이트합니다.

get(string, string, string, GalleryImagesGetOptionalParams)

갤러리 이미지 정의에 대한 정보를 검색합니다.

listByGallery(string, string, GalleryImagesListByGalleryOptionalParams)

갤러리의 갤러리 이미지 정의를 나열합니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, GalleryImage, GalleryImagesCreateOrUpdateOptionalParams)

갤러리 이미지 정의를 만들거나 업데이트합니다.

function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

galleryName

string

이미지 정의를 만들 Shared Image Gallery 이름입니다.

galleryImageName

string

만들거나 업데이트할 갤러리 이미지 정의의 이름입니다. 허용되는 문자는 중간에서 허용되는 점, 대시 및 마침표가 있는 알파벳 및 숫자입니다. 최대 길이는 80자입니다.

galleryImage
GalleryImage

갤러리 이미지 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.

options
GalleryImagesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

beginCreateOrUpdateAndWait(string, string, string, GalleryImage, GalleryImagesCreateOrUpdateOptionalParams)

갤러리 이미지 정의를 만들거나 업데이트합니다.

function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams): Promise<GalleryImage>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

galleryName

string

이미지 정의를 만들 Shared Image Gallery 이름입니다.

galleryImageName

string

만들거나 업데이트할 갤러리 이미지 정의의 이름입니다. 허용되는 문자는 중간에서 허용되는 점, 대시 및 마침표가 있는 알파벳 및 숫자입니다. 최대 길이는 80자입니다.

galleryImage
GalleryImage

갤러리 이미지 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.

options
GalleryImagesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<GalleryImage>

beginDelete(string, string, string, GalleryImagesDeleteOptionalParams)

갤러리 이미지를 삭제합니다.

function beginDelete(resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

galleryName

string

이미지 정의를 삭제할 Shared Image Gallery 이름입니다.

galleryImageName

string

삭제할 갤러리 이미지 정의의 이름입니다.

options
GalleryImagesDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

beginDeleteAndWait(string, string, string, GalleryImagesDeleteOptionalParams)

갤러리 이미지를 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

galleryName

string

이미지 정의를 삭제할 Shared Image Gallery 이름입니다.

galleryImageName

string

삭제할 갤러리 이미지 정의의 이름입니다.

options
GalleryImagesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginUpdate(string, string, string, GalleryImageUpdate, GalleryImagesUpdateOptionalParams)

갤러리 이미지 정의를 업데이트합니다.

function beginUpdate(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

galleryName

string

이미지 정의를 업데이트할 Shared Image Gallery 이름입니다.

galleryImageName

string

업데이트할 갤러리 이미지 정의의 이름입니다. 허용되는 문자는 중간에서 허용되는 점, 대시 및 마침표가 있는 알파벳 및 숫자입니다. 최대 길이는 80자입니다.

galleryImage
GalleryImageUpdate

갤러리 이미지 업데이트 작업에 제공된 매개 변수입니다.

options
GalleryImagesUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

beginUpdateAndWait(string, string, string, GalleryImageUpdate, GalleryImagesUpdateOptionalParams)

갤러리 이미지 정의를 업데이트합니다.

function beginUpdateAndWait(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams): Promise<GalleryImage>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

galleryName

string

이미지 정의를 업데이트할 Shared Image Gallery 이름입니다.

galleryImageName

string

업데이트할 갤러리 이미지 정의의 이름입니다. 허용되는 문자는 중간에서 허용되는 점, 대시 및 마침표가 있는 알파벳 및 숫자입니다. 최대 길이는 80자입니다.

galleryImage
GalleryImageUpdate

갤러리 이미지 업데이트 작업에 제공된 매개 변수입니다.

options
GalleryImagesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<GalleryImage>

get(string, string, string, GalleryImagesGetOptionalParams)

갤러리 이미지 정의에 대한 정보를 검색합니다.

function get(resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesGetOptionalParams): Promise<GalleryImage>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

galleryName

string

이미지 정의를 검색할 Shared Image Gallery 이름입니다.

galleryImageName

string

검색할 갤러리 이미지 정의의 이름입니다.

options
GalleryImagesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<GalleryImage>

listByGallery(string, string, GalleryImagesListByGalleryOptionalParams)

갤러리의 갤러리 이미지 정의를 나열합니다.

function listByGallery(resourceGroupName: string, galleryName: string, options?: GalleryImagesListByGalleryOptionalParams): PagedAsyncIterableIterator<GalleryImage, GalleryImage[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

galleryName

string

이미지 정의를 나열할 Shared Image Gallery 이름입니다.

options
GalleryImagesListByGalleryOptionalParams

옵션 매개 변수입니다.

반환