ChangePointDetectRequest.Series Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="series")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Point> Series { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="series")>]
member this.Series : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Point> with get, set
Public Property Series As IList(Of Point)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to