Uses of Class
com.azure.resourcemanager.sql.fluent.models.BackupShortTermRetentionPolicyProperties
Packages that use BackupShortTermRetentionPolicyProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of BackupShortTermRetentionPolicyProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type BackupShortTermRetentionPolicyPropertiesModifier and TypeClassDescriptionfinal classProperties of a short term retention policy.Methods in com.azure.resourcemanager.sql.fluent.models that return BackupShortTermRetentionPolicyPropertiesModifier and TypeMethodDescriptionBackupShortTermRetentionPolicyProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackupShortTermRetentionPolicyProperties from the JsonReader.BackupShortTermRetentionPolicyProperties.withDiffBackupIntervalInHours(DiffBackupIntervalInHours diffBackupIntervalInHours) Set the diffBackupIntervalInHours property: The differential backup interval in hours.BackupShortTermRetentionPolicyProperties.withRetentionDays(Integer retentionDays) Set the retentionDays property: The backup retention period in days.