次の方法で共有


DataCollectionRule.StreamDeclarations プロパティ

定義

この規則で使用されるカスタム ストリームの宣言を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="streamDeclarations")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Monitor.Models.StreamDeclaration> StreamDeclarations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="streamDeclarations")>]
member this.StreamDeclarations : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Monitor.Models.StreamDeclaration> with get, set
Public Property StreamDeclarations As IDictionary(Of String, StreamDeclaration)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象