ServiceObjectiveCapability.SupportedMaxSizes Property

Definition

Gets the list of supported maximum database sizes.

[Newtonsoft.Json.JsonProperty(PropertyName="supportedMaxSizes")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.MaxSizeRangeCapability> SupportedMaxSizes { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="supportedMaxSizes")>]
member this.SupportedMaxSizes : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.MaxSizeRangeCapability>
Public ReadOnly Property SupportedMaxSizes As IList(Of MaxSizeRangeCapability)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to