次の方法で共有


MetricDefinition.Dimensions プロパティ

定義

ディメンションの名前と表示名 (ローカライズ可能な文字列) を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象