Interface ApplicationInsightsComponent.DefinitionStages.WithSamplingPercentage

All Known Subinterfaces:
ApplicationInsightsComponent.Definition, ApplicationInsightsComponent.DefinitionStages.WithCreate
Enclosing interface:
ApplicationInsightsComponent.DefinitionStages

public static interface ApplicationInsightsComponent.DefinitionStages.WithSamplingPercentage
The stage of the ApplicationInsightsComponent definition allowing to specify samplingPercentage.
  • Method Details

    • withSamplingPercentage

      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.