Compartilhar via


IPublicIPAddressPropertiesFormat.DeleteOption Property

Definition

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

Applies to