ServiceDescription.Metrics プロパティ

定義

このサービスに定義されている読み込みメトリックを記述する のキー付きコレクション ServiceLoadMetricDescriptionを取得または設定します。

public System.Collections.ObjectModel.KeyedCollection<string,System.Fabric.Description.ServiceLoadMetricDescription> Metrics { get; set; }
member this.Metrics : System.Collections.ObjectModel.KeyedCollection<string, System.Fabric.Description.ServiceLoadMetricDescription> with get, set
Public Property Metrics As KeyedCollection(Of String, ServiceLoadMetricDescription)

プロパティ値

読み込みメトリックの説明のコレクションを返します。

適用対象