次の方法で共有


ServiceResource.ServiceLoadMetrics プロパティ

定義

ServiceLoadMetricDescription オブジェクトの配列として指定されるサービス負荷メトリックを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象