Udostępnij za pośrednictwem


MarketplaceSubscriptionStatus Struct

Definition

The MarketplaceSubscriptionStatus.

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

Constructors

MarketplaceSubscriptionStatus(String)

Initializes a new instance of MarketplaceSubscriptionStatus.

Properties

Subscribed

The customer can now use the Marketplace Subscription's model and will be billed.

Suspended

The customer could not be billed for the Marketplace Subscription. The customer will not be able to access the model.

Unsubscribed

Marketplace Subscriptions reach this state in response to an explicit customer or CSP action. A Marketplace Subscription can also be canceled implicitly, as a result of nonpayment of dues, after being in the Suspended state for some time.

Methods

Equals(MarketplaceSubscriptionStatus)

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

Determines if two MarketplaceSubscriptionStatus values are the same.

Implicit(String to MarketplaceSubscriptionStatus)

Converts a string to a MarketplaceSubscriptionStatus.

Inequality(MarketplaceSubscriptionStatus, MarketplaceSubscriptionStatus)

Determines if two MarketplaceSubscriptionStatus values are not the same.

Applies to