Share via


BillingBenefitsBillingPlan Struct

Definition

Represents the billing plan in ISO 8601 format. Required only for monthly billing plans.

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

Constructors

BillingBenefitsBillingPlan(String)

Initializes a new instance of BillingBenefitsBillingPlan.

Properties

P1M

P1M.

Methods

Equals(BillingBenefitsBillingPlan)

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

Determines if two BillingBenefitsBillingPlan values are the same.

Implicit(String to BillingBenefitsBillingPlan)

Converts a string to a BillingBenefitsBillingPlan.

Inequality(BillingBenefitsBillingPlan, BillingBenefitsBillingPlan)

Determines if two BillingBenefitsBillingPlan values are not the same.

Applies to