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