DataBoxEdgeStorageAccountType Struct

Definition

Type of storage accessed on the storage account.

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

Constructors

DataBoxEdgeStorageAccountType(String)

Initializes a new instance of DataBoxEdgeStorageAccountType.

Properties

BlobStorage

BlobStorage.

GeneralPurposeStorage

GeneralPurposeStorage.

Methods

Equals(DataBoxEdgeStorageAccountType)

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

Determines if two DataBoxEdgeStorageAccountType values are the same.

Implicit(String to DataBoxEdgeStorageAccountType)

Converts a string to a DataBoxEdgeStorageAccountType.

Inequality(DataBoxEdgeStorageAccountType, DataBoxEdgeStorageAccountType)

Determines if two DataBoxEdgeStorageAccountType values are not the same.

Applies to