SubscriptionBillingType 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 type of billing subscription.
public readonly struct SubscriptionBillingType : IEquatable<Azure.ResourceManager.Billing.Models.SubscriptionBillingType>
type SubscriptionBillingType = struct
Public Structure SubscriptionBillingType
Implements IEquatable(Of SubscriptionBillingType)
- Inheritance
-
SubscriptionBillingType
- Implements
Constructors
SubscriptionBillingType(String) |
Initializes a new instance of SubscriptionBillingType. |
Properties
Benefit |
Benefit. |
Free |
Free. |
None |
None. |
Paid |
Paid. |
PrePaid |
PrePaid. |
Methods
Equals(SubscriptionBillingType) |
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(SubscriptionBillingType, SubscriptionBillingType) |
Determines if two SubscriptionBillingType values are the same. |
Implicit(String to SubscriptionBillingType) |
Converts a string to a SubscriptionBillingType. |
Inequality(SubscriptionBillingType, SubscriptionBillingType) |
Determines if two SubscriptionBillingType values are not the same. |
Applies to
Azure SDK for .NET