Interface DiagnosticSetting.DefinitionStages.Blank
- All Known Subinterfaces:
DiagnosticSetting.Definition
- Enclosing interface:
- DiagnosticSetting.DefinitionStages
public static interface DiagnosticSetting.DefinitionStages.Blank
The first stage of a diagnostic setting definition.
-
Method Summary
Modifier and TypeMethodDescriptionwithResource(String resourceId) Sets the resource for which Diagnostic Settings will be created.
-
Method Details
-
withResource
Sets the resource for which Diagnostic Settings will be created.- Parameters:
resourceId- of the resource.- Returns:
- the stage of selecting data recipient.
-