次の方法で共有


MetricAvailability.TimeGrain プロパティ

定義

メトリックの集計間隔を指定する時間グレインを取得または設定します。 期間 'PT1M'、'P1D' などとして表されます。

[Newtonsoft.Json.JsonProperty(PropertyName="timeGrain")]
public TimeSpan? TimeGrain { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="timeGrain")>]
member this.TimeGrain : Nullable<TimeSpan> with get, set
Public Property TimeGrain As Nullable(Of TimeSpan)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象