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