DataBoxEdgeSkuVersion Struct

Definition

Availability of the Sku as preview/stable.

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

Constructors

DataBoxEdgeSkuVersion(String)

Initializes a new instance of DataBoxEdgeSkuVersion.

Properties

Preview

Preview.

Stable

Stable.

Methods

Equals(DataBoxEdgeSkuVersion)

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

Determines if two DataBoxEdgeSkuVersion values are the same.

Implicit(String to DataBoxEdgeSkuVersion)

Converts a string to a DataBoxEdgeSkuVersion.

Inequality(DataBoxEdgeSkuVersion, DataBoxEdgeSkuVersion)

Determines if two DataBoxEdgeSkuVersion values are not the same.

Applies to