Uses of Class
com.azure.resourcemanager.sql.models.DiffBackupIntervalInHours
Packages that use DiffBackupIntervalInHours
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of DiffBackupIntervalInHours in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return DiffBackupIntervalInHoursModifier and TypeMethodDescriptionBackupShortTermRetentionPolicyInner.diffBackupIntervalInHours()Get the diffBackupIntervalInHours property: The differential backup interval in hours.BackupShortTermRetentionPolicyProperties.diffBackupIntervalInHours()Get the diffBackupIntervalInHours property: The differential backup interval in hours.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type DiffBackupIntervalInHoursModifier and TypeMethodDescriptionBackupShortTermRetentionPolicyInner.withDiffBackupIntervalInHours(DiffBackupIntervalInHours diffBackupIntervalInHours) Set the diffBackupIntervalInHours property: The differential backup interval in hours.BackupShortTermRetentionPolicyProperties.withDiffBackupIntervalInHours(DiffBackupIntervalInHours diffBackupIntervalInHours) Set the diffBackupIntervalInHours property: The differential backup interval in hours. -
Uses of DiffBackupIntervalInHours in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as DiffBackupIntervalInHoursModifier and TypeFieldDescriptionstatic final DiffBackupIntervalInHoursDiffBackupIntervalInHours.ONE_TWOStatic value 12 for DiffBackupIntervalInHours.static final DiffBackupIntervalInHoursDiffBackupIntervalInHours.TWO_FOURStatic value 24 for DiffBackupIntervalInHours.Methods in com.azure.resourcemanager.sql.models that return DiffBackupIntervalInHoursModifier and TypeMethodDescriptionstatic DiffBackupIntervalInHoursDiffBackupIntervalInHours.fromInt(int name) Creates or finds a DiffBackupIntervalInHours from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type DiffBackupIntervalInHoursModifier and TypeMethodDescriptionstatic Collection<DiffBackupIntervalInHours> DiffBackupIntervalInHours.values()Gets known DiffBackupIntervalInHours values.