GalleryApplicationUpdate 클래스
업데이트하려는 갤러리 애플리케이션 정의에 대한 정보를 지정합니다.
변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.
- 상속
-
azure.mgmt.compute.v2022_03_03.models._models_py3.UpdateResourceDefinitionGalleryApplicationUpdate
생성자
GalleryApplicationUpdate(*, tags: Dict[str, str] | None = None, description: str | None = None, eula: str | None = None, privacy_statement_uri: str | None = None, release_note_uri: str | None = None, end_of_life_date: datetime | None = None, supported_os_type: str | _models.OperatingSystemTypes | None = None, custom_actions: List[_models.GalleryApplicationCustomAction] | None = None, **kwargs)
변수
- id
- str
리소스 ID입니다.
- name
- str
리소스 이름입니다.
- type
- str
리소스 종류.
- description
- str
이 갤러리 애플리케이션 정의 리소스에 대한 설명입니다. 이 속성은 업데이트할 수 있습니다.
- eula
- str
갤러리 애플리케이션 정의에 대한 Eula 계약입니다.
- privacy_statement_uri
- str
개인정보처리방침 URI입니다.
- release_note_uri
- str
릴리스 정보 URI입니다.
- end_of_life_date
- datetime
갤러리 애플리케이션 정의의 수명 종료 날짜입니다. 이 속성은 서비스 해제 목적으로 사용할 수 있습니다. 이 속성은 업데이트할 수 있습니다.
- supported_os_type
- str 또는 OperatingSystemTypes
이 속성을 사용하면 애플리케이션이 빌드되는 지원되는 OS 유형을 지정할 수 있습니다. <br>``<br>
가능한 값은 Windows<br>``<br>
Linux입니다<br>``<br>
. 알려진 값은 "Windows" 및 "Linux"입니다.
- custom_actions
- list[GalleryApplicationCustomAction]
이 갤러리 애플리케이션 내의 모든 갤러리 애플리케이션 버전으로 수행할 수 있는 사용자 지정 작업 목록입니다.