次の方法で共有


MetricDefinition.Unit プロパティ

定義

メトリック単位を取得または設定します。 使用できる値は、'Bytes'、'BytesPerSecond'、'Count'、'CountPerSecond'、'Percent'、'Seconds' です。

[Newtonsoft.Json.JsonProperty(PropertyName="unit")]
public Microsoft.Azure.Management.StorSimple8000Series.Models.MetricUnit? Unit { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="unit")>]
member this.Unit : Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.MetricUnit> with get, set
Public Property Unit As Nullable(Of MetricUnit)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象