Uses of Class
com.azure.resourcemanager.monitor.models.RetentionPolicy
-
Packages that use RetentionPolicy 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 RetentionPolicy in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return RetentionPolicy Modifier and Type Method Description RetentionPolicyLogProfileResourceInner. retentionPolicy()Get the retentionPolicy property: the retention policy for the events in the log.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type RetentionPolicy Modifier and Type Method Description LogProfileResourceInnerLogProfileResourceInner. withRetentionPolicy(RetentionPolicy retentionPolicy)Set the retentionPolicy property: the retention policy for the events in the log. -
Uses of RetentionPolicy in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return RetentionPolicy Modifier and Type Method Description RetentionPolicyLogProfileResourcePatch. retentionPolicy()Get the retentionPolicy property: the retention policy for the events in the log.RetentionPolicyLogSettings. retentionPolicy()Get the retentionPolicy property: the retention policy for this log.RetentionPolicyMetricSettings. retentionPolicy()Get the retentionPolicy property: the retention policy for this category.RetentionPolicyRetentionPolicy. withDays(int days)Set the days property: the number of days for the retention in days.RetentionPolicyRetentionPolicy. withEnabled(boolean enabled)Set the enabled property: a value indicating whether the retention policy is enabled.Methods in com.azure.resourcemanager.monitor.models with parameters of type RetentionPolicy Modifier and Type Method Description LogProfileResourcePatchLogProfileResourcePatch. withRetentionPolicy(RetentionPolicy retentionPolicy)Set the retentionPolicy property: the retention policy for the events in the log.LogSettingsLogSettings. withRetentionPolicy(RetentionPolicy retentionPolicy)Set the retentionPolicy property: the retention policy for this log.MetricSettingsMetricSettings. withRetentionPolicy(RetentionPolicy retentionPolicy)Set the retentionPolicy property: the retention policy for this category.
-