ImageStoreCopyDescription Class
Information about how to copy image store content from one image store relative path to another image store relative path.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ImageStoreCopyDescription
Constructor
ImageStoreCopyDescription(*, remote_source: str, remote_destination: str, skip_files=None, check_mark_file: Optional[bool] = None, **kwargs)
Parameters
- remote_source
- str
Required. The relative path of source image store content to be copied from.
- remote_destination
- str
Required. The relative path of destination image store content to be copied to.
- check_mark_file
- bool
Indicates whether to check mark file during copying. The property is true if checking mark file is required, false otherwise. The mark file is used to check whether the folder is well constructed. If the property is true and mark file does not exist, the copy is skipped.
Feedback
Submit and view feedback for