Uses of Class
com.azure.resourcemanager.sql.fluent.models.BaseLongTermRetentionPolicyProperties
Packages that use BaseLongTermRetentionPolicyProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of BaseLongTermRetentionPolicyProperties in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return BaseLongTermRetentionPolicyPropertiesModifier and TypeMethodDescriptionBaseLongTermRetentionPolicyProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BaseLongTermRetentionPolicyProperties from the JsonReader.BaseLongTermRetentionPolicyProperties.withMonthlyRetention(String monthlyRetention) Set the monthlyRetention property: The monthly retention policy for an LTR backup in an ISO 8601 format.BaseLongTermRetentionPolicyProperties.withWeeklyRetention(String weeklyRetention) Set the weeklyRetention property: The weekly retention policy for an LTR backup in an ISO 8601 format.BaseLongTermRetentionPolicyProperties.withWeekOfYear(Integer weekOfYear) Set the weekOfYear property: The week of year to take the yearly backup in an ISO 8601 format.BaseLongTermRetentionPolicyProperties.withYearlyRetention(String yearlyRetention) Set the yearlyRetention property: The yearly retention policy for an LTR backup in an ISO 8601 format.