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
| Name | Description |
|---|---|
| NetworkInterfaceAuxiliarySku(String) |
Initializes a new instance of NetworkInterfaceAuxiliarySku. |
Properties
| Name | Description |
|---|---|
| A1 |
A1. |
| A2 |
A2. |
| A4 |
A4. |
| A8 |
A8. |
| None |
None. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |