Udostępnij przez


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

Name Description
DataBoxEdgeDeviceKind(String)

Initializes a new instance of DataBoxEdgeDeviceKind.

Properties

Name Description
AzureDataBoxGateway

AzureDataBoxGateway.

AzureModularDataCentre

AzureModularDataCentre.

AzureStackEdge

AzureStackEdge.

AzureStackHub

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.

Inequality(DataBoxEdgeDeviceKind, DataBoxEdgeDeviceKind)

Determines if two DataBoxEdgeDeviceKind values are not the same.

Applies to