다음을 통해 공유


GalleryUpdate 클래스

업데이트하려는 Shared Image Gallery 대한 정보를 지정합니다.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

상속
azure.mgmt.compute.v2021_07_01.models._models_py3.UpdateResourceDefinition
GalleryUpdate

생성자

GalleryUpdate(*, 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)

변수

id
str

리소스 ID입니다.

name
str

리소스 이름입니다.

type
str

리소스 종류.

tags
dict[str, str]

리소스 태그.

description
str

이 Shared Image Gallery 리소스에 대한 설명입니다. 이 속성은 업데이트할 수 있습니다.

identifier
GalleryIdentifier

갤러리 고유 이름을 설명합니다.

provisioning_state
str 또는 GalleryPropertiesProvisioningState

응답에만 표시되는 프로비전 상태입니다. 알려진 값은 "만들기", "업데이트 중", "실패", "성공", "삭제" 및 "마이그레이션"입니다.

sharing_profile
SharingProfile

구독 또는 테넌트에서 갤러리 공유를 위한 프로필입니다.

soft_delete_policy
SoftDeletePolicy

갤러리의 일시 삭제 정책에 대한 정보를 포함합니다.