ApplicationInsightsComponent.DefinitionStages.WithSamplingPercentage Interface
public static interface ApplicationInsightsComponent.DefinitionStages.WithSamplingPercentage
The stage of the ApplicationInsightsComponent definition allowing to specify samplingPercentage.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withSamplingPercentage(Double samplingPercentage)
Specifies the sampling |
Method Details
withSamplingPercentage
public abstract ApplicationInsightsComponent.DefinitionStages.WithCreate withSamplingPercentage(Double samplingPercentage)
Specifies the samplingPercentage property: Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry..
Parameters:
Returns: