Share via


ProductAvailabilityStage Struct

Definition

Current availability stage of the product. Availability stage.

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

Constructors

ProductAvailabilityStage(String)

Initializes a new instance of ProductAvailabilityStage.

Properties

Available

Product is available.

ComingSoon

Product is coming soon.

Deprecated

Product is deprecated.

Preview

Product is in preview.

SignUp

Product is available only on signup.

Unavailable

Product is not available.

Methods

Equals(ProductAvailabilityStage)

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

Determines if two ProductAvailabilityStage values are the same.

Implicit(String to ProductAvailabilityStage)

Converts a string to a ProductAvailabilityStage.

Inequality(ProductAvailabilityStage, ProductAvailabilityStage)

Determines if two ProductAvailabilityStage values are not the same.

Applies to