DataBoxEdgeDeviceType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET