Freigeben über


IPAddressDeleteOption Struct

Definition

Specify what happens to the public IP address when the VM using it is deleted.

public readonly struct IPAddressDeleteOption : IEquatable<Azure.ResourceManager.Network.Models.IPAddressDeleteOption>
type IPAddressDeleteOption = struct
Public Structure IPAddressDeleteOption
Implements IEquatable(Of IPAddressDeleteOption)
Inheritance
IPAddressDeleteOption
Implements

Constructors

Name Description
IPAddressDeleteOption(String)

Initializes a new instance of IPAddressDeleteOption.

Properties

Name Description
Delete

Delete.

Detach

Detach.

Methods

Name Description
Equals(IPAddressDeleteOption)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(IPAddressDeleteOption, IPAddressDeleteOption)

Determines if two IPAddressDeleteOption values are the same.

Implicit(String to IPAddressDeleteOption)

Converts a String to a IPAddressDeleteOption.

Inequality(IPAddressDeleteOption, IPAddressDeleteOption)

Determines if two IPAddressDeleteOption values are not the same.

Applies to