Share via


DataBoxEdgeDeviceType Struct

Definition

The type of the Data Box Edge/Gateway device.

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

Constructors

DataBoxEdgeDeviceType(String)

Initializes a new instance of DataBoxEdgeDeviceType.

Properties

DataBoxEdgeDevice

DataBoxEdgeDevice.

Methods

Equals(DataBoxEdgeDeviceType)

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

Determines if two DataBoxEdgeDeviceType values are the same.

Implicit(String to DataBoxEdgeDeviceType)

Converts a string to a DataBoxEdgeDeviceType.

Inequality(DataBoxEdgeDeviceType, DataBoxEdgeDeviceType)

Determines if two DataBoxEdgeDeviceType values are not the same.

Applies to