Interface DiagnosticSetting.Definition
-
- All Superinterfaces:
Creatable<DiagnosticSetting>,DiagnosticSetting.DefinitionStages.Blank,DiagnosticSetting.DefinitionStages.WithCreate,DiagnosticSetting.DefinitionStages.WithDiagnosticLogRecipient,HasName,Indexable
- Enclosing interface:
- DiagnosticSetting
public static interface DiagnosticSetting.Definition extends DiagnosticSetting.DefinitionStages.Blank, DiagnosticSetting.DefinitionStages.WithDiagnosticLogRecipient, DiagnosticSetting.DefinitionStages.WithCreate
The entirety of a diagnostic settings definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.monitor.models.DiagnosticSetting.DefinitionStages.Blank
withResource
-
Methods inherited from interface com.azure.resourcemanager.monitor.models.DiagnosticSetting.DefinitionStages.WithCreate
withLog, withLogsAndMetrics, withMetric
-
Methods inherited from interface com.azure.resourcemanager.monitor.models.DiagnosticSetting.DefinitionStages.WithDiagnosticLogRecipient
withEventHub, withEventHub, withLogAnalytics, withStorageAccount
-
-