次の方法で共有


FrontDoorTimeSeriesInfoAggregationInterval 構造体

定義

時系列の集計間隔。

public readonly struct FrontDoorTimeSeriesInfoAggregationInterval : IEquatable<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfoAggregationInterval>
type FrontDoorTimeSeriesInfoAggregationInterval = struct
Public Structure FrontDoorTimeSeriesInfoAggregationInterval
Implements IEquatable(Of FrontDoorTimeSeriesInfoAggregationInterval)
継承
FrontDoorTimeSeriesInfoAggregationInterval
実装

コンストラクター

FrontDoorTimeSeriesInfoAggregationInterval(String)

FrontDoorTimeSeriesInfoAggregationInterval の新しいインスタンスを初期化します。

プロパティ

Daily

毎日

Hourly

時間。

メソッド

Equals(FrontDoorTimeSeriesInfoAggregationInterval)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(FrontDoorTimeSeriesInfoAggregationInterval, FrontDoorTimeSeriesInfoAggregationInterval)

2 つの FrontDoorTimeSeriesInfoAggregationInterval 値が同じかどうかを判断します。

Implicit(String to FrontDoorTimeSeriesInfoAggregationInterval)

文字列を FrontDoorTimeSeriesInfoAggregationInterval に変換します。

Inequality(FrontDoorTimeSeriesInfoAggregationInterval, FrontDoorTimeSeriesInfoAggregationInterval)

2 つの FrontDoorTimeSeriesInfoAggregationInterval 値が同じでないかどうかを判断します。

適用対象