MeterPeriod 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 time period in which the quota's underlying meter is accumulated. Based on calendar year. 'None' is used for concurrent quotas.
public readonly struct MeterPeriod : IEquatable<Azure.Quantum.Jobs.Models.MeterPeriod>
type MeterPeriod = struct
Public Structure MeterPeriod
Implements IEquatable(Of MeterPeriod)
- Inheritance
-
MeterPeriod
- Implements
Constructors
MeterPeriod(String) |
Initializes a new instance of MeterPeriod. |
Properties
Monthly |
Monthly. |
None |
None. |
Methods
Equals(MeterPeriod) |
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(MeterPeriod, MeterPeriod) |
Determines if two MeterPeriod values are the same. |
Implicit(String to MeterPeriod) |
Converts a string to a MeterPeriod. |
Inequality(MeterPeriod, MeterPeriod) |
Determines if two MeterPeriod values are not the same. |
Applies to
Azure SDK for .NET