Freigeben über


DataBoxEdgeSkuTier Struct

Definition

The Sku tier.

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

Constructors

Name Description
DataBoxEdgeSkuTier(String)

Initializes a new instance of DataBoxEdgeSkuTier.

Properties

Name Description
Standard

Standard.

Methods

Name Description
Equals(DataBoxEdgeSkuTier)

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

Determines if two DataBoxEdgeSkuTier values are the same.

Implicit(String to DataBoxEdgeSkuTier)

Converts a String to a DataBoxEdgeSkuTier.

Inequality(DataBoxEdgeSkuTier, DataBoxEdgeSkuTier)

Determines if two DataBoxEdgeSkuTier values are not the same.

Applies to