다음을 통해 공유


CommunityGalleryImagesOperations 클래스

경고

이 클래스를 직접 인스턴스화하지 마세요.

대신 다음 작업을 통해 액세스해야 합니다.

ComputeManagementClient's

<xref:community_gallery_images> 특성.

상속
builtins.object
CommunityGalleryImagesOperations

생성자

CommunityGalleryImagesOperations(*args, **kwargs)

메서드

get

커뮤니티 갤러리 이미지를 가져옵니다.

get

커뮤니티 갤러리 이미지를 가져옵니다.

async get(location: str, public_gallery_name: str, gallery_image_name: str, **kwargs: Any) -> CommunityGalleryImage

매개 변수

location
str
필수

리소스 위치. 필수 요소.

public_gallery_name
str
필수

커뮤니티 갤러리의 공개 이름입니다. 필수 요소.

gallery_image_name
str
필수

커뮤니티 갤러리 이미지 정의의 이름입니다. 필수 요소.

cls
callable

직접 응답을 전달할 사용자 지정 형식 또는 함수

반환

CommunityGalleryImage 또는 cls(response)의 결과

반환 형식

예외

특성

models

models = <module 'azure.mgmt.compute.v2021_07_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\compute\\v2021_07_01\\models\\__init__.py'>