BillingBenefitsBillingPlan 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.
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
| Name | Description |
|---|---|
| BillingBenefitsBillingPlan(String) |
Initializes a new instance of BillingBenefitsBillingPlan. |
Properties
| Name | Description |
|---|---|
| P1M |
Gets the P1M. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(BillingBenefitsBillingPlan, BillingBenefitsBillingPlan) |
Determines if two BillingBenefitsBillingPlan values are the same. |
| Implicit(String to BillingBenefitsBillingPlan) |
Converts a string to a BillingBenefitsBillingPlan. |
| Implicit(String to Nullable<BillingBenefitsBillingPlan>) | |
| Inequality(BillingBenefitsBillingPlan, BillingBenefitsBillingPlan) |
Determines if two BillingBenefitsBillingPlan values are not the same. |