MarketplaceSubscriptionState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
MarketplaceSubscriptionState(String) |
Initializes a new instance of MarketplaceSubscriptionState. |
Properties
Deleted |
Deleted. |
Disabled |
Disabled. |
Enabled |
Enabled. |
PastDue |
PastDue. |
Warned |
Warned. |
Methods
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
Equality(MarketplaceSubscriptionState, MarketplaceSubscriptionState) |
Determines if two MarketplaceSubscriptionState values are the same. |
Implicit(String to MarketplaceSubscriptionState) |
Converts a string to a MarketplaceSubscriptionState. |
Inequality(MarketplaceSubscriptionState, MarketplaceSubscriptionState) |
Determines if two MarketplaceSubscriptionState values are not the same. |
Applies to
Azure SDK for .NET