다음을 통해 공유


GalleryInVMAccessControlProfiles interface

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

메서드

beginCreateOrUpdate(string, string, string, GalleryInVMAccessControlProfile, GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams)

갤러리 inVMAccessControlProfile을 만들거나 업데이트합니다.

beginCreateOrUpdateAndWait(string, string, string, GalleryInVMAccessControlProfile, GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams)

갤러리 inVMAccessControlProfile을 만들거나 업데이트합니다.

beginDelete(string, string, string, GalleryInVMAccessControlProfilesDeleteOptionalParams)

갤러리 inVMAccessControlProfile을 삭제합니다.

beginDeleteAndWait(string, string, string, GalleryInVMAccessControlProfilesDeleteOptionalParams)

갤러리 inVMAccessControlProfile을 삭제합니다.

beginUpdate(string, string, string, GalleryInVMAccessControlProfileUpdate, GalleryInVMAccessControlProfilesUpdateOptionalParams)

갤러리 inVMAccessControlProfile을 업데이트합니다.

beginUpdateAndWait(string, string, string, GalleryInVMAccessControlProfileUpdate, GalleryInVMAccessControlProfilesUpdateOptionalParams)

갤러리 inVMAccessControlProfile을 업데이트합니다.

get(string, string, string, GalleryInVMAccessControlProfilesGetOptionalParams)

갤러리 inVMAccessControlProfile에 대한 정보를 검색합니다.

listByGallery(string, string, GalleryInVMAccessControlProfilesListByGalleryOptionalParams)

갤러리의 갤러리 inVMAccessControlProfiles를 나열합니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, GalleryInVMAccessControlProfile, GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams)

갤러리 inVMAccessControlProfile을 만들거나 업데이트합니다.

function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfile, options?: GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfile>, GalleryInVMAccessControlProfile>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

galleryName

string

InVMAccessControlProfile을 만들 공유 이미지 갤러리의 이름입니다.

inVMAccessControlProfileName

string

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

galleryInVMAccessControlProfile
GalleryInVMAccessControlProfile

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

options
GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginCreateOrUpdateAndWait(string, string, string, GalleryInVMAccessControlProfile, GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams)

갤러리 inVMAccessControlProfile을 만들거나 업데이트합니다.

function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfile, options?: GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams): Promise<GalleryInVMAccessControlProfile>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

galleryName

string

InVMAccessControlProfile을 만들 공유 이미지 갤러리의 이름입니다.

inVMAccessControlProfileName

string

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

galleryInVMAccessControlProfile
GalleryInVMAccessControlProfile

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

options
GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, string, GalleryInVMAccessControlProfilesDeleteOptionalParams)

갤러리 inVMAccessControlProfile을 삭제합니다.

function beginDelete(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, options?: GalleryInVMAccessControlProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfilesDeleteHeaders>, GalleryInVMAccessControlProfilesDeleteHeaders>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

galleryName

string

InVMAccessControlProfile이 있는 공유 이미지 갤러리의 이름입니다.

inVMAccessControlProfileName

string

삭제할 갤러리 inVMAccessControlProfile의 이름입니다.

options
GalleryInVMAccessControlProfilesDeleteOptionalParams

옵션 매개 변수입니다.

반환

beginDeleteAndWait(string, string, string, GalleryInVMAccessControlProfilesDeleteOptionalParams)

갤러리 inVMAccessControlProfile을 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, options?: GalleryInVMAccessControlProfilesDeleteOptionalParams): Promise<GalleryInVMAccessControlProfilesDeleteHeaders>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

galleryName

string

InVMAccessControlProfile이 있는 공유 이미지 갤러리의 이름입니다.

inVMAccessControlProfileName

string

삭제할 갤러리 inVMAccessControlProfile의 이름입니다.

options
GalleryInVMAccessControlProfilesDeleteOptionalParams

옵션 매개 변수입니다.

반환

beginUpdate(string, string, string, GalleryInVMAccessControlProfileUpdate, GalleryInVMAccessControlProfilesUpdateOptionalParams)

갤러리 inVMAccessControlProfile을 업데이트합니다.

function beginUpdate(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfileUpdate, options?: GalleryInVMAccessControlProfilesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfile>, GalleryInVMAccessControlProfile>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

galleryName

string

InVMAccessControlProfile을 업데이트할 공유 이미지 갤러리의 이름입니다.

inVMAccessControlProfileName

string

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

galleryInVMAccessControlProfile
GalleryInVMAccessControlProfileUpdate

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

options
GalleryInVMAccessControlProfilesUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginUpdateAndWait(string, string, string, GalleryInVMAccessControlProfileUpdate, GalleryInVMAccessControlProfilesUpdateOptionalParams)

갤러리 inVMAccessControlProfile을 업데이트합니다.

function beginUpdateAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfileUpdate, options?: GalleryInVMAccessControlProfilesUpdateOptionalParams): Promise<GalleryInVMAccessControlProfile>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

galleryName

string

InVMAccessControlProfile을 업데이트할 공유 이미지 갤러리의 이름입니다.

inVMAccessControlProfileName

string

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

galleryInVMAccessControlProfile
GalleryInVMAccessControlProfileUpdate

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

options
GalleryInVMAccessControlProfilesUpdateOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, string, GalleryInVMAccessControlProfilesGetOptionalParams)

갤러리 inVMAccessControlProfile에 대한 정보를 검색합니다.

function get(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, options?: GalleryInVMAccessControlProfilesGetOptionalParams): Promise<GalleryInVMAccessControlProfile>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

galleryName

string

InVMAccessControlProfiles를 검색할 공유 이미지 갤러리의 이름입니다.

inVMAccessControlProfileName

string

검색할 갤러리 inVMAccessControlProfile의 이름입니다.

options
GalleryInVMAccessControlProfilesGetOptionalParams

옵션 매개 변수입니다.

반환

listByGallery(string, string, GalleryInVMAccessControlProfilesListByGalleryOptionalParams)

갤러리의 갤러리 inVMAccessControlProfiles를 나열합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

galleryName

string

InVMAccessControlProfiles가 나열될 공유 이미지 갤러리의 이름입니다.

options
GalleryInVMAccessControlProfilesListByGalleryOptionalParams

옵션 매개 변수입니다.

반환