NetworkInterfaceAuxiliarySku 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.
Auxiliary sku of Network Interface resource.
public readonly struct NetworkInterfaceAuxiliarySku : IEquatable<Azure.ResourceManager.Network.Models.NetworkInterfaceAuxiliarySku>
type NetworkInterfaceAuxiliarySku = struct
Public Structure NetworkInterfaceAuxiliarySku
Implements IEquatable(Of NetworkInterfaceAuxiliarySku)
- Inheritance
-
NetworkInterfaceAuxiliarySku
- Implements
Constructors
NetworkInterfaceAuxiliarySku(String) |
Initializes a new instance of NetworkInterfaceAuxiliarySku. |
Properties
A1 |
A1. |
A2 |
A2. |
A4 |
A4. |
A8 |
A8. |
None |
None. |
Methods
Equals(NetworkInterfaceAuxiliarySku) |
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(NetworkInterfaceAuxiliarySku, NetworkInterfaceAuxiliarySku) |
Determines if two NetworkInterfaceAuxiliarySku values are the same. |
Implicit(String to NetworkInterfaceAuxiliarySku) |
Converts a string to a NetworkInterfaceAuxiliarySku. |
Inequality(NetworkInterfaceAuxiliarySku, NetworkInterfaceAuxiliarySku) |
Determines if two NetworkInterfaceAuxiliarySku values are not the same. |
Applies to
Azure SDK for .NET