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

Name Description
DataBoxEdgeMountType(String)

Initializes a new instance of DataBoxEdgeMountType.

Properties

Name Description
HostPath

Gets the HostPath.

Volume

Gets the Volume.

Methods

Name Description
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

Name Description
Equality(DataBoxEdgeMountType, DataBoxEdgeMountType)

Determines if two DataBoxEdgeMountType values are the same.

Implicit(String to DataBoxEdgeMountType)

Converts a string to a DataBoxEdgeMountType.

Implicit(String to Nullable<DataBoxEdgeMountType>)
Inequality(DataBoxEdgeMountType, DataBoxEdgeMountType)

Determines if two DataBoxEdgeMountType values are not the same.

Applies to