MaxSizeCapability.Unit Property

Definition

Gets the units that the limit is expressed in. Possible values include: 'Megabytes', 'Gigabytes', 'Terabytes', 'Petabytes'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to