TimeRangeFilter 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 TimeRangeFilter.
public readonly struct TimeRangeFilter : IEquatable<Azure.ResourceManager.AlertsManagement.Models.TimeRangeFilter>
type TimeRangeFilter = struct
Public Structure TimeRangeFilter
Implements IEquatable(Of TimeRangeFilter)
- Inheritance
-
TimeRangeFilter
- Implements
Constructors
TimeRangeFilter(String) |
Initializes a new instance of TimeRangeFilter. |
Properties
OneDay |
1d. |
OneHour |
1h. |
SevenDays |
7d. |
ThirtyDays |
30d. |
Methods
Equals(TimeRangeFilter) |
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(TimeRangeFilter, TimeRangeFilter) |
Determines if two TimeRangeFilter values are the same. |
Implicit(String to TimeRangeFilter) |
Converts a string to a TimeRangeFilter. |
Inequality(TimeRangeFilter, TimeRangeFilter) |
Determines if two TimeRangeFilter values are not the same. |
Applies to
Azure SDK for .NET