DataBoxEdgeNetworkAdapterRdmaStatus 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.
Value indicating whether this adapter is RDMA capable.
public readonly struct DataBoxEdgeNetworkAdapterRdmaStatus : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNetworkAdapterRdmaStatus>
type DataBoxEdgeNetworkAdapterRdmaStatus = struct
Public Structure DataBoxEdgeNetworkAdapterRdmaStatus
Implements IEquatable(Of DataBoxEdgeNetworkAdapterRdmaStatus)
- Inheritance
-
DataBoxEdgeNetworkAdapterRdmaStatus
- Implements
Constructors
DataBoxEdgeNetworkAdapterRdmaStatus(String) |
Initializes a new instance of DataBoxEdgeNetworkAdapterRdmaStatus. |
Properties
Capable |
Capable. |
Incapable |
Incapable. |
Methods
Equals(DataBoxEdgeNetworkAdapterRdmaStatus) |
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(DataBoxEdgeNetworkAdapterRdmaStatus, DataBoxEdgeNetworkAdapterRdmaStatus) |
Determines if two DataBoxEdgeNetworkAdapterRdmaStatus values are the same. |
Implicit(String to DataBoxEdgeNetworkAdapterRdmaStatus) |
Converts a string to a DataBoxEdgeNetworkAdapterRdmaStatus. |
Inequality(DataBoxEdgeNetworkAdapterRdmaStatus, DataBoxEdgeNetworkAdapterRdmaStatus) |
Determines if two DataBoxEdgeNetworkAdapterRdmaStatus values are not the same. |
Applies to
Azure SDK for .NET