PublicIPAddressData.DeleteOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specify what happens to the public IP address when the VM using it is deleted.
public Azure.ResourceManager.Network.Models.IPAddressDeleteOption? DeleteOption { get; set; }
member this.DeleteOption : Nullable<Azure.ResourceManager.Network.Models.IPAddressDeleteOption> with get, set
Public Property DeleteOption As Nullable(Of IPAddressDeleteOption)