你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Gallery 类
指定要创建或更新的共享映像库的相关信息。
变量仅由服务器填充,在发送请求时将被忽略。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
azure.mgmt.compute.v2022_08_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
此共享映像库资源的说明。 此属性可更新。
- identifier
- GalleryIdentifier
描述库唯一名称。
- sharing_profile
- SharingProfile
用于将库共享到订阅或租户的配置文件。
- soft_delete_policy
- SoftDeletePolicy
包含有关库的软删除策略的信息。
变量
- id
- str
资源 ID。
- name
- str
资源名称。
- type
- str
资源类型。
- location
- str
资源位置。 必需。
- description
- str
此共享映像库资源的说明。 此属性可更新。
- identifier
- GalleryIdentifier
描述库唯一名称。
- provisioning_state
- str 或 GalleryProvisioningState
预配状态,仅显示在响应中。 已知值为:“Create”、“Updateing”、“Failed”、“Succeeded”、“删除”和“迁移”。
- sharing_profile
- SharingProfile
用于将库共享到订阅或租户的配置文件。
- soft_delete_policy
- SoftDeletePolicy
包含有关库的软删除策略的信息。
- sharing_status
- SharingStatus
当前库的共享状态。