ConsumptionBillingFrequency 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 billing frequency.
public readonly struct ConsumptionBillingFrequency : IEquatable<Azure.ResourceManager.Consumption.Models.ConsumptionBillingFrequency>
type ConsumptionBillingFrequency = struct
Public Structure ConsumptionBillingFrequency
Implements IEquatable(Of ConsumptionBillingFrequency)
- Inheritance
-
ConsumptionBillingFrequency
- Implements
Constructors
ConsumptionBillingFrequency(String) |
Initializes a new instance of ConsumptionBillingFrequency. |
Properties
Month |
Month. |
Quarter |
Quarter. |
Year |
Year. |
Methods
Equals(ConsumptionBillingFrequency) |
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(ConsumptionBillingFrequency, ConsumptionBillingFrequency) |
Determines if two ConsumptionBillingFrequency values are the same. |
Implicit(String to ConsumptionBillingFrequency) |
Converts a string to a ConsumptionBillingFrequency. |
Inequality(ConsumptionBillingFrequency, ConsumptionBillingFrequency) |
Determines if two ConsumptionBillingFrequency values are not the same. |
Applies to
Azure SDK for .NET