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

Gets the AzureFile.

BlockBlob

Gets the BlockBlob.

PageBlob

Gets the 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.

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

Determines if two DataBoxEdgeStorageContainerDataFormat values are not the same.

Applies to