Interface DiagnosticContract.UpdateStages.WithOperationNameFormat

All Known Subinterfaces:
DiagnosticContract.Update
Enclosing interface:
DiagnosticContract.UpdateStages

public static interface DiagnosticContract.UpdateStages.WithOperationNameFormat
The stage of the DiagnosticContract update allowing to specify operationNameFormat.
  • Method Details

    • withOperationNameFormat

      DiagnosticContract.Update withOperationNameFormat(OperationNameFormat operationNameFormat)
      Specifies the operationNameFormat property: The format of the Operation Name for Application Insights telemetries. Default is Name..
      Parameters:
      operationNameFormat - The format of the Operation Name for Application Insights telemetries. Default is Name.
      Returns:
      the next definition stage.