Freigeben über


FrontDoorTimeSeriesInfoAggregationInterval Struct

Definition

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

Name Description
FrontDoorTimeSeriesInfoAggregationInterval(String)

Initializes a new instance of FrontDoorTimeSeriesInfoAggregationInterval.

Properties

Name Description
Daily

Daily.

Hourly

Hourly.

Methods

Name Description
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

Name Description
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