IPerformanceTierProperties.ServiceLevelObjective Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Service level objectives associated with the performance tier
[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Service level objectives associated with the performance tier", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IPerformanceTierServiceLevelObjectives) }, ReadOnly=false, Required=false, SerializedName="serviceLevelObjectives")]
public Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IPerformanceTierServiceLevelObjectives[] ServiceLevelObjective { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Service level objectives associated with the performance tier", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IPerformanceTierServiceLevelObjectives) }, ReadOnly=false, Required=false, SerializedName="serviceLevelObjectives")>]
member this.ServiceLevelObjective : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IPerformanceTierServiceLevelObjectives[] with get, set
Public Property ServiceLevelObjective As IPerformanceTierServiceLevelObjectives()
Property Value
- Attributes