ProductDisabledReason Struct

Definition

Reason why the product is disabled.

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

Constructors

ProductDisabledReason(String)

Initializes a new instance of ProductDisabledReason.

Properties

Country

Not available in the requested country.

Feature

Required features are not enabled.

None

Not disabled.

NoSubscriptionInfo

Subscription has not registered to Microsoft.DataBox and Service does not have the subscription notification.

NotAvailable

The product is not yet available.

OfferType

Subscription does not have required offer types.

OutOfStock

The product is out of stock.

Region

Not available to push data to the requested Azure region.

Methods

Equals(ProductDisabledReason)

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

Determines if two ProductDisabledReason values are the same.

Implicit(String to ProductDisabledReason)

Converts a string to a ProductDisabledReason.

Inequality(ProductDisabledReason, ProductDisabledReason)

Determines if two ProductDisabledReason values are not the same.

Applies to