Bagikan melalui


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

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