DataBoxEdgeMountType Struct

Definition

Mounting type.

public readonly struct DataBoxEdgeMountType : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMountType>
type DataBoxEdgeMountType = struct
Public Structure DataBoxEdgeMountType
Implements IEquatable(Of DataBoxEdgeMountType)
Inheritance
DataBoxEdgeMountType
Implements

Constructors

DataBoxEdgeMountType(String)

Initializes a new instance of DataBoxEdgeMountType.

Properties

HostPath

HostPath.

Volume

Volume.

Methods

Equals(DataBoxEdgeMountType)

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(DataBoxEdgeMountType, DataBoxEdgeMountType)

Determines if two DataBoxEdgeMountType values are the same.

Implicit(String to DataBoxEdgeMountType)

Converts a string to a DataBoxEdgeMountType.

Inequality(DataBoxEdgeMountType, DataBoxEdgeMountType)

Determines if two DataBoxEdgeMountType values are not the same.

Applies to