Partilhar via


DataBoxEdgeStorageContainerDataFormat Struct

Definition

Storage format used for the file represented by the share.

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

Constructors

Name Description
DataBoxEdgeStorageContainerDataFormat(String)

Initializes a new instance of DataBoxEdgeStorageContainerDataFormat.

Properties

Name Description
AzureFile

AzureFile.

BlockBlob

BlockBlob.

PageBlob

PageBlob.

Methods

Name Description
Equals(DataBoxEdgeStorageContainerDataFormat)

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

Determines if two DataBoxEdgeStorageContainerDataFormat values are the same.

Implicit(String to DataBoxEdgeStorageContainerDataFormat)

Converts a String to a DataBoxEdgeStorageContainerDataFormat.

Inequality(DataBoxEdgeStorageContainerDataFormat, DataBoxEdgeStorageContainerDataFormat)

Determines if two DataBoxEdgeStorageContainerDataFormat values are not the same.

Applies to