Uses of Class
com.microsoft.azure.management.monitor.RetentionPolicy
-
-
Uses of RetentionPolicy in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return RetentionPolicy Modifier and Type Method Description RetentionPolicyLogProfileResourcePatch. retentionPolicy()Get the retention policy for the events in the log.RetentionPolicyLogSettings. retentionPolicy()Get the retention policy for this log.RetentionPolicyMetricSettings. retentionPolicy()Get the retention policy for this category.RetentionPolicyRetentionPolicy. withDays(int days)Set the number of days for the retention in days.RetentionPolicyRetentionPolicy. withEnabled(boolean enabled)Set a value indicating whether the retention policy is enabled.Methods in com.microsoft.azure.management.monitor with parameters of type RetentionPolicy Modifier and Type Method Description LogProfileResourcePatchLogProfileResourcePatch. withRetentionPolicy(RetentionPolicy retentionPolicy)Set the retention policy for the events in the log.LogSettingsLogSettings. withRetentionPolicy(RetentionPolicy retentionPolicy)Set the retention policy for this log.MetricSettingsMetricSettings. withRetentionPolicy(RetentionPolicy retentionPolicy)Set the retention policy for this category.
-