Interface LoggerContract.DefinitionStages.WithCredentials
- All Known Subinterfaces:
LoggerContract.Definition,LoggerContract.DefinitionStages.WithCreate
- Enclosing interface:
LoggerContract.DefinitionStages
public static interface LoggerContract.DefinitionStages.WithCredentials
The stage of the LoggerContract definition allowing to specify credentials.
-
Method Summary
Modifier and TypeMethodDescriptionwithCredentials(Map<String, String> credentials) Specifies the credentials property: The name and SendRule connection string of the event hub for azureEventHub logger.
-
Method Details
-
withCredentials
Specifies the credentials property: The name and SendRule connection string of the event hub for azureEventHub logger. Instrumentation key for applicationInsights logger..- Parameters:
credentials- The name and SendRule connection string of the event hub for azureEventHub logger. Instrumentation key for applicationInsights logger.- Returns:
- the next definition stage.
-