次の方法で共有


MetricAvailability.Retention プロパティ

定義

指定したタイムグレインでのメトリックの保持期間を取得または設定します。 期間 'PT1M'、'P1D' などとして表されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象