你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
使用此属性可以指定应用程序的受支持操作系统类型。 <br>``<br>
可能的值是: <br>``<br>
Windows<br>``<br>
Linux。 已知值为:“Windows”和“Linux”。
- custom_actions
- list[GalleryApplicationCustomAction]
可对此库应用程序中的所有库应用程序版本执行的自定义操作的列表。