DataCollectionRule.DataFlows Property

Definition

Gets or sets the specification of data flows.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to