DeleteOptions type

Specify what happens to the public IP address when the VM using it is deleted
KnownDeleteOptions can be used interchangeably with DeleteOptions, this enum contains the known values that the service supports.

Known values supported by the service

Delete: Delete
Detach: Detach

type DeleteOptions = string