LookBackPeriod 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 number of days used to look back.
public readonly struct LookBackPeriod : IEquatable<Azure.ResourceManager.CostManagement.Models.LookBackPeriod>
type LookBackPeriod = struct
Public Structure LookBackPeriod
Implements IEquatable(Of LookBackPeriod)
- Inheritance
-
LookBackPeriod
- Implements
Constructors
LookBackPeriod(String) |
Initializes a new instance of LookBackPeriod. |
Properties
Last30Days |
30 days used to look back. |
Last60Days |
60 days used to look back. |
Last7Days |
7 days used to look back. |
Methods
Equals(LookBackPeriod) |
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(LookBackPeriod, LookBackPeriod) |
Determines if two LookBackPeriod values are the same. |
Implicit(String to LookBackPeriod) |
Converts a string to a LookBackPeriod. |
Inequality(LookBackPeriod, LookBackPeriod) |
Determines if two LookBackPeriod values are not the same. |
Applies to
Azure SDK for .NET