Interface DiagnosticSetting.DefinitionStages.Blank
-
- All Known Subinterfaces:
DiagnosticSetting.Definition
- Enclosing interface:
- DiagnosticSetting.DefinitionStages
public static interface DiagnosticSetting.DefinitionStages.BlankThe first stage of a diagnostic setting definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiagnosticSetting.DefinitionStages.WithDiagnosticLogRecipientwithResource(String resourceId)Sets the resource for which Diagnostic Settings will be created.
-
-
-
Method Detail
-
withResource
DiagnosticSetting.DefinitionStages.WithDiagnosticLogRecipient withResource(String resourceId)
Sets the resource for which Diagnostic Settings will be created.- Parameters:
resourceId- of the resource.- Returns:
- the stage of selecting data recipient.
-
-