Class BackupShortTermRetentionPolicyArgs


  • public final class BackupShortTermRetentionPolicyArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • databaseName

        public com.pulumi.core.Output<java.lang.String> databaseName()
        Returns:
        The name of the database.
      • diffBackupIntervalInHours

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> diffBackupIntervalInHours()
        Returns:
        The differential backup interval in hours. This is how many interval hours between each differential backup will be supported. This is only applicable to live databases but not dropped databases.
      • policyName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> policyName()
        Returns:
        The policy name. Should always be "default".
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      • retentionDays

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> retentionDays()
        Returns:
        The backup retention period in days. This is how many days Point-in-Time Restore will be supported.
      • serverName

        public com.pulumi.core.Output<java.lang.String> serverName()
        Returns:
        The name of the server.