NetworkApiVersion 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.
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
Azure SDK for .NET