PerformanceTierProperties.ServiceLevelObjectives Property

Definition

Gets or sets service level objectives associated with the performance tier

[Newtonsoft.Json.JsonProperty(PropertyName="serviceLevelObjectives")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierServiceLevelObjectives> ServiceLevelObjectives { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="serviceLevelObjectives")>]
member this.ServiceLevelObjectives : System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierServiceLevelObjectives> with get, set
Public Property ServiceLevelObjectives As IList(Of PerformanceTierServiceLevelObjectives)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to