你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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