DataCollectionRule.StreamDeclarations Property

Definition

Gets or sets declaration of custom streams used in this rule.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to