你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineCaptureParameters 类
捕获虚拟机参数。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
azure.mgmt.compute._serialization.ModelVirtualMachineCaptureParameters
构造函数
VirtualMachineCaptureParameters(*, vhd_prefix: str, destination_container_name: str, overwrite_vhds: bool, **kwargs: Any)
Keyword-Only Parameters
- vhd_prefix
- str
捕获的虚拟硬盘的名称前缀。 必需。
- destination_container_name
- str
目标容器名称。 必需。
- overwrite_vhds
- bool
指定在发生冲突时是否覆盖目标虚拟硬盘。 必需。
变量
- vhd_prefix
- str
捕获的虚拟硬盘的名称前缀。 必需。
- destination_container_name
- str
目标容器名称。 必需。
- overwrite_vhds
- bool
指定在发生冲突时是否覆盖目标虚拟硬盘。 必需。