你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RestorePointCollectionUpdate 类
更新还原点集合参数。
变量仅由服务器填充,在发送请求时将被忽略。
- 继承
-
azure.mgmt.compute.v2022_08_01.models._models_py3.UpdateResourceRestorePointCollectionUpdate
构造函数
RestorePointCollectionUpdate(*, tags: Dict[str, str] | None = None, source: _models.RestorePointCollectionSourceProperties | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
tags
|
资源标记。 |
source
|
从中创建此还原点集合的源资源的属性。 |
变量
名称 | 说明 |
---|---|
tags
|
资源标记。 |
source
|
从中创建此还原点集合的源资源的属性。 |
provisioning_state
|
还原点集合的预配状态。 |
restore_point_collection_id
|
还原点集合的唯一 ID。 |
restore_points
|
包含在此还原点集合下创建的所有还原点的列表。 |