createOption

@JvmName(name = "krnacmkpoieixqtw")
suspend fun createOption(value: Output<String>)
@JvmName(name = "agrpyuvqfvspmcob")
suspend fun createOption(value: String?)

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 with source_uri).

  • ImportSecure - Securely import a VHD file in to the managed disk (VHD specified with source_uri).

  • Empty - Create an empty managed disk.

  • Copy - Copy an existing managed disk or snapshot (specified with source_resource_id).

  • FromImage - Copy a Platform Image (specified with image_reference_id)

  • Restore - Set by Azure Backup or Site Recovery on a restored disk (specified with source_resource_id).

  • Upload - Upload a VHD disk with the help of SAS URL (to be used with upload_size_bytes).