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