NetworkApiVersion Struct

Definition

specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations.

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

Constructors

NetworkApiVersion(String)

Initializes a new instance of NetworkApiVersion.

Properties

TwoThousandTwenty1101

2020-11-01.

Methods

Equals(NetworkApiVersion)

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

Determines if two NetworkApiVersion values are the same.

Implicit(String to NetworkApiVersion)

Converts a string to a NetworkApiVersion.

Inequality(NetworkApiVersion, NetworkApiVersion)

Determines if two NetworkApiVersion values are not the same.

Applies to