IPublicIPAddressPropertiesFormat.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
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Delete", "Detach" })]
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Specify what happens to the public IP address when the VM using it is deleted", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="deleteOption", Update=true)]
public string DeleteOption { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Delete", "Detach" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Specify what happens to the public IP address when the VM using it is deleted", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="deleteOption", Update=true)>]
member this.DeleteOption : string with get, set
Public Property DeleteOption As String
Property Value
- Attributes