Share via


UsageInner.Unit Property

Definition

Gets the unit of measurement. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond', 'BytesPerSecond'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to