Uses of Class
com.azure.resourcemanager.monitor.models.LogSettings
Packages that use LogSettings
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of LogSettings in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type LogSettingsModifier and TypeMethodDescriptionDiagnosticSettings.logs()
Get the logs property: The list of logs settings.DiagnosticSettingsResourceInner.logs()
Get the logs property: The list of logs settings.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type LogSettingsModifier and TypeMethodDescriptionDiagnosticSettings.withLogs
(List<LogSettings> logs) Set the logs property: The list of logs settings.DiagnosticSettingsResourceInner.withLogs
(List<LogSettings> logs) Set the logs property: The list of logs settings. -
Uses of LogSettings in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return LogSettingsModifier and TypeMethodDescriptionstatic LogSettings
LogSettings.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of LogSettings from the JsonReader.LogSettings.withCategory
(String category) Set the category property: Name of a Diagnostic Log category for a resource type this setting is applied to.LogSettings.withCategoryGroup
(String categoryGroup) Set the categoryGroup property: Name of a Diagnostic Log category group for a resource type this setting is applied to.LogSettings.withEnabled
(boolean enabled) Set the enabled property: a value indicating whether this log is enabled.LogSettings.withRetentionPolicy
(RetentionPolicy retentionPolicy) Set the retentionPolicy property: the retention policy for this log.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type LogSettings