Freigeben über


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

Name Description
DataBoxEdgeNetworkGroup(String)

Initializes a new instance of DataBoxEdgeNetworkGroup.

Properties

Name Description
None

None.

NonRdma

NonRDMA.

Rdma

RDMA.

Methods

Name Description
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

Name Description
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