RdmaCapability Struct

Definition

Describes the RDMA capability of the network adapter.

public readonly struct RdmaCapability : IEquatable<Azure.ResourceManager.Hci.Models.RdmaCapability>
type RdmaCapability = struct
Public Structure RdmaCapability
Implements IEquatable(Of RdmaCapability)
Inheritance
RdmaCapability
Implements

Constructors

Name Description
RdmaCapability(String)

Initializes a new instance of RdmaCapability.

Properties

Name Description
Disabled

Network Adapter on the device is RDMA Capable.

Enabled

Network Adapter on the device is RDMA Capable.

Methods

Name Description
Equals(RdmaCapability)

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

Name Description
Equality(RdmaCapability, RdmaCapability)

Determines if two RdmaCapability values are the same.

Implicit(String to Nullable<RdmaCapability>)
Implicit(String to RdmaCapability)

Converts a string to a RdmaCapability.

Inequality(RdmaCapability, RdmaCapability)

Determines if two RdmaCapability values are not the same.

Applies to