IPVersion 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.
Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
public readonly struct IPVersion : IEquatable<Azure.ResourceManager.Compute.Models.IPVersion>
type IPVersion = struct
Public Structure IPVersion
Implements IEquatable(Of IPVersion)
- Inheritance
-
IPVersion
- Implements
Constructors
IPVersion(String) |
Initializes a new instance of IPVersion. |
Properties
IPv4 |
IPv4. |
IPv6 |
IPv6. |
Methods
Equals(IPVersion) |
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(IPVersion, IPVersion) |
Determines if two IPVersion values are the same. |
Implicit(String to IPVersion) | |
Inequality(IPVersion, IPVersion) |
Determines if two IPVersion values are not the same. |
Applies to
Azure SDK for .NET