Partager via


IPredictiveResponse.Data Property

Definition

the value of the collection.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Create=true, Description="the value of the collection.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IPredictiveValue) }, Read=true, ReadOnly=false, Required=false, SerializedName="data", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IPredictiveValue> Data { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Create=true, Description="the value of the collection.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IPredictiveValue) }, Read=true, ReadOnly=false, Required=false, SerializedName="data", Update=true)>]
member this.Data : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IPredictiveValue> with get, set
Public Property Data As List(Of IPredictiveValue)

Property Value

Attributes

Applies to