MarketplaceSubscriptionState Struct

Definition

The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.

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

Constructors

Name Description
MarketplaceSubscriptionState(String)

Initializes a new instance of MarketplaceSubscriptionState.

Properties

Name Description
Deleted

Gets the Deleted.

Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

PastDue

Gets the PastDue.

Warned

Gets the Warned.

Methods

Name Description
Equals(MarketplaceSubscriptionState)

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

Determines if two MarketplaceSubscriptionState values are the same.

Implicit(String to MarketplaceSubscriptionState)

Converts a string to a MarketplaceSubscriptionState.

Implicit(String to Nullable<MarketplaceSubscriptionState>)
Inequality(MarketplaceSubscriptionState, MarketplaceSubscriptionState)

Determines if two MarketplaceSubscriptionState values are not the same.

Applies to