DataBoxEdgeDeviceKind Struct

Definition

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

DataBoxEdgeDeviceKind(String)

Initializes a new instance of DataBoxEdgeDeviceKind.

Properties

AzureDataBoxGateway

AzureDataBoxGateway.

AzureModularDataCentre

AzureModularDataCentre.

AzureStackEdge

AzureStackEdge.

AzureStackHub

AzureStackHub.

Methods

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

Equality(DataBoxEdgeDeviceKind, DataBoxEdgeDeviceKind)

Determines if two DataBoxEdgeDeviceKind values are the same.

Implicit(String to DataBoxEdgeDeviceKind)

Converts a string to a DataBoxEdgeDeviceKind.

Inequality(DataBoxEdgeDeviceKind, DataBoxEdgeDeviceKind)

Determines if two DataBoxEdgeDeviceKind values are not the same.

Applies to