FilterItemNames 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 name of the filter. This is currently only supported for Export Definition type of ReservationRecommendations. Supported names are ['ReservationScope', 'LookBackPeriod', 'ResourceType'].
public readonly struct FilterItemNames : IEquatable<Azure.ResourceManager.CostManagement.Models.FilterItemNames>
type FilterItemNames = struct
Public Structure FilterItemNames
Implements IEquatable(Of FilterItemNames)
- Inheritance
-
FilterItemNames
- Implements
Constructors
| Name | Description |
|---|---|
| FilterItemNames(String) |
Initializes a new instance of FilterItemNames. |
Properties
| Name | Description |
|---|---|
| LookBackPeriod |
Gets the LookBackPeriod. |
| ReservationScope |
Gets the ReservationScope. |
| ResourceType |
Gets the ResourceType. |
Methods
| Name | Description |
|---|---|
| Equals(FilterItemNames) |
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(FilterItemNames, FilterItemNames) |
Determines if two FilterItemNames values are the same. |
| Implicit(String to FilterItemNames) |
Converts a string to a FilterItemNames. |
| Implicit(String to Nullable<FilterItemNames>) | |
| Inequality(FilterItemNames, FilterItemNames) |
Determines if two FilterItemNames values are not the same. |