Gallery 클래스
만들거나 업데이트하려는 Shared Image Gallery 대한 정보를 지정합니다.
변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.
Azure로 보내려면 모든 필수 매개 변수를 채워야 합니다.
- 상속
-
azure.mgmt.compute.v2022_03_03.models._models_py3.ResourceGallery
생성자
Gallery(*, location: str, tags: Dict[str, str] | None = None, description: str | None = None, identifier: _models.GalleryIdentifier | None = None, sharing_profile: _models.SharingProfile | None = None, soft_delete_policy: _models.SoftDeletePolicy | None = None, **kwargs: Any)
Keyword-Only Parameters
- location
- str
리소스 위치. 필수 요소.
- description
- str
이 Shared Image Gallery 리소스에 대한 설명입니다. 이 속성은 업데이트할 수 있습니다.
- identifier
- GalleryIdentifier
갤러리 고유 이름을 설명합니다.
- sharing_profile
- SharingProfile
구독 또는 테넌트에서 갤러리 공유를 위한 프로필입니다.
- soft_delete_policy
- SoftDeletePolicy
갤러리의 일시 삭제 정책에 대한 정보를 포함합니다.
변수
- id
- str
리소스 ID입니다.
- name
- str
리소스 이름입니다.
- type
- str
리소스 종류.
- location
- str
리소스 위치. 필수 요소.
- description
- str
이 Shared Image Gallery 리소스에 대한 설명입니다. 이 속성은 업데이트할 수 있습니다.
- identifier
- GalleryIdentifier
갤러리 고유 이름을 설명합니다.
- provisioning_state
- str 또는 GalleryProvisioningState
응답에만 표시되는 프로비전 상태입니다. 알려진 값은 "만들기", "업데이트 중", "실패", "성공", "삭제" 및 "마이그레이션"입니다.
- sharing_profile
- SharingProfile
구독 또는 테넌트에서 갤러리 공유를 위한 프로필입니다.
- soft_delete_policy
- SoftDeletePolicy
갤러리의 일시 삭제 정책에 대한 정보를 포함합니다.
- sharing_status
- SharingStatus
현재 갤러리의 상태 공유.
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python