DataBoxEdgeSkuSignupOption Struct

Definition

Sku can be signed up by customer or not.

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

Constructors

DataBoxEdgeSkuSignupOption(String)

Initializes a new instance of DataBoxEdgeSkuSignupOption.

Properties

Available

Available.

None

None.

Methods

Equals(DataBoxEdgeSkuSignupOption)

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

Determines if two DataBoxEdgeSkuSignupOption values are the same.

Implicit(String to DataBoxEdgeSkuSignupOption)

Converts a string to a DataBoxEdgeSkuSignupOption.

Inequality(DataBoxEdgeSkuSignupOption, DataBoxEdgeSkuSignupOption)

Determines if two DataBoxEdgeSkuSignupOption values are not the same.

Applies to