次の方法で共有


QueryMetricInterval.IntervalType プロパティ

定義

間隔の種類 (長さ) を取得します。 使用できる値は、'PT1H'、'P1D' です。

[Newtonsoft.Json.JsonProperty(PropertyName="intervalType")]
public string IntervalType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="intervalType")>]
member this.IntervalType : string
Public ReadOnly Property IntervalType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象