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 Summary
Modifier and TypeMethodDescriptionwithOperationNameFormat(OperationNameFormat operationNameFormat) Specifies the operationNameFormat property: The format of the Operation Name for Application Insights telemetries.
-
Method Details
-
withOperationNameFormat
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.
-