create Option
Parameters
value
The method to use when creating the managed disk. Changing this forces a new resource to be created. Possible values include:
Import
- Import a VHD file in to the managed disk (VHD specified withsource_uri
).ImportSecure
- Securely import a VHD file in to the managed disk (VHD specified withsource_uri
).Empty
- Create an empty managed disk.Copy
- Copy an existing managed disk or snapshot (specified withsource_resource_id
).FromImage
- Copy a Platform Image (specified withimage_reference_id
)Restore
- Set by Azure Backup or Site Recovery on a restored disk (specified withsource_resource_id
).Upload
- Upload a VHD disk with the help of SAS URL (to be used withupload_size_bytes
).