次の方法で共有


PerformanceTierProperties.ServiceLevelObjectives プロパティ

定義

パフォーマンス レベルに関連付けられているサービス レベルの目標を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象