ServiceObjectiveCapability.Unit Property

Definition

Gets unit type used to measure service objective performance level. Possible values include: 'DTU'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to