VirtualMachineCaptureParameters Class
Capture Virtual Machine parameters.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineCaptureParameters
Constructor
VirtualMachineCaptureParameters(*, vhd_prefix: str, destination_container_name: str, overwrite_vhds: bool, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
vhd_prefix
|
The captured virtual hard disk's name prefix. Required. |
destination_container_name
|
The destination container name. Required. |
overwrite_vhds
|
Specifies whether to overwrite the destination virtual hard disk, in case of conflict. Required. |
Variables
Name | Description |
---|---|
vhd_prefix
|
The captured virtual hard disk's name prefix. Required. |
destination_container_name
|
The destination container name. Required. |
overwrite_vhds
|
Specifies whether to overwrite the destination virtual hard disk, in case of conflict. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python