次の方法で共有


Usage.Unit プロパティ

定義

測定単位を取得します。 使用できる値は、'Count'、'Bytes'、'Seconds'、'Percent'、'CountsPerSecond'、'BytesPerSecond' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象