Uses of Class
com.microsoft.azure.management.monitor.LogSettings
-
-
Uses of LogSettings in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return LogSettings Modifier and Type Method Description LogSettingsLogSettings. withCategory(String category)Set name of a Diagnostic Log category for a resource type this setting is applied to.LogSettingsLogSettings. withEnabled(boolean enabled)Set a value indicating whether this log is enabled.LogSettingsLogSettings. withRetentionPolicy(RetentionPolicy retentionPolicy)Set the retention policy for this log.Methods in com.microsoft.azure.management.monitor that return types with arguments of type LogSettings Modifier and Type Method Description List<LogSettings>DiagnosticSetting. logs()Get the logs value.
-