MetricDefinition.Unit Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to