Interface LoggerContract.DefinitionStages.WithResourceId
- All Known Subinterfaces:
LoggerContract.Definition,LoggerContract.DefinitionStages.WithCreate
- Enclosing interface:
LoggerContract.DefinitionStages
public static interface LoggerContract.DefinitionStages.WithResourceId
The stage of the LoggerContract definition allowing to specify resourceId.
-
Method Summary
Modifier and TypeMethodDescriptionwithResourceId(String resourceId) Specifies the resourceId property: Azure Resource Id of a log target (either Azure Event Hub resource or Azure Application Insights resource)..
-
Method Details
-
withResourceId
Specifies the resourceId property: Azure Resource Id of a log target (either Azure Event Hub resource or Azure Application Insights resource)..- Parameters:
resourceId- Azure Resource Id of a log target (either Azure Event Hub resource or Azure Application Insights resource).- Returns:
- the next definition stage.
-