Share via


SubscriptionBillingType Struct

Definition

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