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