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

DataBoxEdgeStorageContainerDataFormat(String)

Initializes a new instance of DataBoxEdgeStorageContainerDataFormat.

Properties

AzureFile

AzureFile.

BlockBlob

BlockBlob.

PageBlob

PageBlob.

Methods

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

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