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.ComputeSchedule.Models.NetworkApiVersion>
type NetworkApiVersion = struct
Public Structure NetworkApiVersion
Implements IEquatable(Of NetworkApiVersion)
Inheritance
NetworkApiVersion
Implements

Constructors

Name Description
NetworkApiVersion(String)

Initializes a new instance of NetworkApiVersion.

Properties

Name Description
_20201101

2020-11-01 version.

_20221101

2022-11-01 version.

Methods

Name Description
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

Name Description
Equality(NetworkApiVersion, NetworkApiVersion)

Determines if two NetworkApiVersion values are the same.

Implicit(String to NetworkApiVersion)

Converts a string to a NetworkApiVersion.

Implicit(String to Nullable<NetworkApiVersion>)
Inequality(NetworkApiVersion, NetworkApiVersion)

Determines if two NetworkApiVersion values are not the same.

Applies to