IPerfMonResponse.DataValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of workers that are active during this time.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Collection of workers that are active during this time.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPerfMonSample) }, ReadOnly=false, Required=false, SerializedName="values")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPerfMonSample[] DataValue { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Collection of workers that are active during this time.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPerfMonSample) }, ReadOnly=false, Required=false, SerializedName="values")>]
member this.DataValue : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPerfMonSample[] with get, set
Public Property DataValue As IPerfMonSample()
Property Value
- Attributes