DataBoxEdgeDeviceKind 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 kind of the device.
public readonly struct DataBoxEdgeDeviceKind : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceKind>
type DataBoxEdgeDeviceKind = struct
Public Structure DataBoxEdgeDeviceKind
Implements IEquatable(Of DataBoxEdgeDeviceKind)
- Inheritance
-
DataBoxEdgeDeviceKind
- Implements
Constructors
| Name | Description |
|---|---|
| DataBoxEdgeDeviceKind(String) |
Initializes a new instance of DataBoxEdgeDeviceKind. |
Properties
| Name | Description |
|---|---|
| AzureDataBoxGateway |
Gets the AzureDataBoxGateway. |
| AzureModularDataCentre |
Gets the AzureModularDataCentre. |
| AzureStackEdge |
Gets the AzureStackEdge. |
| AzureStackHub |
Gets the AzureStackHub. |
Methods
| Name | Description |
|---|---|
| Equals(DataBoxEdgeDeviceKind) |
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(DataBoxEdgeDeviceKind, DataBoxEdgeDeviceKind) |
Determines if two DataBoxEdgeDeviceKind values are the same. |
| Implicit(String to DataBoxEdgeDeviceKind) |
Converts a string to a DataBoxEdgeDeviceKind. |
| Implicit(String to Nullable<DataBoxEdgeDeviceKind>) | |
| Inequality(DataBoxEdgeDeviceKind, DataBoxEdgeDeviceKind) |
Determines if two DataBoxEdgeDeviceKind values are not the same. |