ComputeFleetNetworkInterfaceAuxiliaryMode 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 mode is enabled for the Network Interface resource.
public readonly struct ComputeFleetNetworkInterfaceAuxiliaryMode : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetNetworkInterfaceAuxiliaryMode>
type ComputeFleetNetworkInterfaceAuxiliaryMode = struct
Public Structure ComputeFleetNetworkInterfaceAuxiliaryMode
Implements IEquatable(Of ComputeFleetNetworkInterfaceAuxiliaryMode)
- Inheritance
-
ComputeFleetNetworkInterfaceAuxiliaryMode
- Implements
Constructors
ComputeFleetNetworkInterfaceAuxiliaryMode(String) |
Initializes a new instance of ComputeFleetNetworkInterfaceAuxiliaryMode. |
Properties
AcceleratedConnections |
AcceleratedConnections Mode. |
Floating |
Floating Mode. |
None |
None Mode. |
Methods
Equals(ComputeFleetNetworkInterfaceAuxiliaryMode) |
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(ComputeFleetNetworkInterfaceAuxiliaryMode, ComputeFleetNetworkInterfaceAuxiliaryMode) |
Determines if two ComputeFleetNetworkInterfaceAuxiliaryMode values are the same. |
Implicit(String to ComputeFleetNetworkInterfaceAuxiliaryMode) |
Converts a String to a ComputeFleetNetworkInterfaceAuxiliaryMode. |
Inequality(ComputeFleetNetworkInterfaceAuxiliaryMode, ComputeFleetNetworkInterfaceAuxiliaryMode) |
Determines if two ComputeFleetNetworkInterfaceAuxiliaryMode values are not the same. |
Applies to
Azure SDK for .NET