次の方法で共有


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 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..

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:

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

Returns:

the next definition stage.

Applies to