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

Gets the None.

NonRdma

Gets the NonRdma.

Rdma

Gets the 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.

Implicit(String to Nullable<DataBoxEdgeNetworkGroup>)
Inequality(DataBoxEdgeNetworkGroup, DataBoxEdgeNetworkGroup)

Determines if two DataBoxEdgeNetworkGroup values are not the same.

Applies to