Share via


NetworkIPVersion Struct

Definition

IP address version.

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

Constructors

NetworkIPVersion(String)

Initializes a new instance of NetworkIPVersion.

Properties

IPv4

IPv4.

IPv6

IPv6.

Methods

Equals(NetworkIPVersion)

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(NetworkIPVersion, NetworkIPVersion)

Determines if two NetworkIPVersion values are the same.

Implicit(String to NetworkIPVersion)

Converts a string to a NetworkIPVersion.

Inequality(NetworkIPVersion, NetworkIPVersion)

Determines if two NetworkIPVersion values are not the same.

Applies to