DataBoxEdgeNetworkGroup Struct

Definition

The network group.

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

Constructors

DataBoxEdgeNetworkGroup(String)

Initializes a new instance of DataBoxEdgeNetworkGroup.

Properties

None

None.

NonRdma

NonRDMA.

Rdma

RDMA.

Methods

Equals(DataBoxEdgeNetworkGroup)

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(DataBoxEdgeNetworkGroup, DataBoxEdgeNetworkGroup)

Determines if two DataBoxEdgeNetworkGroup values are the same.

Implicit(String to DataBoxEdgeNetworkGroup)

Converts a string to a DataBoxEdgeNetworkGroup.

Inequality(DataBoxEdgeNetworkGroup, DataBoxEdgeNetworkGroup)

Determines if two DataBoxEdgeNetworkGroup values are not the same.

Applies to