Freigeben über


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

Name Description
DataBoxEdgeDeviceType(String)

Initializes a new instance of DataBoxEdgeDeviceType.

Properties

Name Description
DataBoxEdgeDevice

DataBoxEdgeDevice.

Methods

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

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