Uses of Class
com.azure.resourcemanager.monitor.models.LogSettings
-
Packages that use LogSettings Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 LogSettings Modifier and Type Method Description List<LogSettings>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 LogSettings Modifier and Type Method Description DiagnosticSettingsResourceInnerDiagnosticSettingsResourceInner. 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 LogSettings Modifier and Type Method Description LogSettingsLogSettings. withCategory(String category)Set the category property: Name of a Diagnostic Log category for a resource type this setting is applied to.LogSettingsLogSettings. withEnabled(boolean enabled)Set the enabled property: a value indicating whether this log is enabled.LogSettingsLogSettings. 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 Modifier and Type Method Description List<LogSettings>DiagnosticSetting. logs()Get the logs value.
-