Freigeben über


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

Name Description
DataBoxEdgeSkuVersion(String)

Initializes a new instance of DataBoxEdgeSkuVersion.

Properties

Name Description
Preview

Preview.

Stable

Stable.

Methods

Name Description
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

Name Description
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