Share via


IApplicationInsightsComponent.SamplingPercentage Property

Definition

Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry.

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=false, SerializedName="SamplingPercentage")]
public double? SamplingPercentage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=false, SerializedName="SamplingPercentage")>]
member this.SamplingPercentage : Nullable<double> with get, set
Public Property SamplingPercentage As Nullable(Of Double)

Property Value

Attributes

Applies to