IPAddressDeleteOption Struct
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.
public readonly struct IPAddressDeleteOption : IEquatable<Azure.ResourceManager.Network.Models.IPAddressDeleteOption>
type IPAddressDeleteOption = struct
Public Structure IPAddressDeleteOption
Implements IEquatable(Of IPAddressDeleteOption)
- Inheritance
-
IPAddressDeleteOption
- Implements
Constructors
IPAddressDeleteOption(String) |
Initializes a new instance of IPAddressDeleteOption. |
Properties
Delete |
Delete. |
Detach |
Detach. |
Methods
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
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
Azure SDK for .NET