Interface DiagnosticContract.DefinitionStages.WithOperationNameFormat
- All Known Subinterfaces:
DiagnosticContract.Definition,DiagnosticContract.DefinitionStages.WithCreate
- Enclosing interface:
DiagnosticContract.DefinitionStages
public static interface DiagnosticContract.DefinitionStages.WithOperationNameFormat
The stage of the DiagnosticContract definition 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
DiagnosticContract.DefinitionStages.WithCreate 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.
-