VirtualMachineCaptureParameters Class
Capture Virtual Machine parameters.
All required parameters must be populated in order to send to server.
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. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python