FrontDoorTimeSeriesInfoAggregationInterval 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 aggregation interval of the Timeseries.
public readonly struct FrontDoorTimeSeriesInfoAggregationInterval : IEquatable<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfoAggregationInterval>
type FrontDoorTimeSeriesInfoAggregationInterval = struct
Public Structure FrontDoorTimeSeriesInfoAggregationInterval
Implements IEquatable(Of FrontDoorTimeSeriesInfoAggregationInterval)
- Inheritance
-
FrontDoorTimeSeriesInfoAggregationInterval
- Implements
Constructors
FrontDoorTimeSeriesInfoAggregationInterval(String) |
Initializes a new instance of FrontDoorTimeSeriesInfoAggregationInterval. |
Properties
Daily |
Daily. |
Hourly |
Hourly. |
Methods
Equals(FrontDoorTimeSeriesInfoAggregationInterval) |
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(FrontDoorTimeSeriesInfoAggregationInterval, FrontDoorTimeSeriesInfoAggregationInterval) |
Determines if two FrontDoorTimeSeriesInfoAggregationInterval values are the same. |
Implicit(String to FrontDoorTimeSeriesInfoAggregationInterval) |
Converts a string to a FrontDoorTimeSeriesInfoAggregationInterval. |
Inequality(FrontDoorTimeSeriesInfoAggregationInterval, FrontDoorTimeSeriesInfoAggregationInterval) |
Determines if two FrontDoorTimeSeriesInfoAggregationInterval values are not the same. |
Applies to
Azure SDK for .NET