你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlDatabaseBackupShortTermRetentionPolicyModel Class

Definition

public class AzureSqlDatabaseBackupShortTermRetentionPolicyModel
type AzureSqlDatabaseBackupShortTermRetentionPolicyModel = class
Public Class AzureSqlDatabaseBackupShortTermRetentionPolicyModel
Inheritance
AzureSqlDatabaseBackupShortTermRetentionPolicyModel

Constructors

AzureSqlDatabaseBackupShortTermRetentionPolicyModel(String, String, String, BackupShortTermRetentionPolicy)

Construct AzureSqlDatabaseBackupShortTermRetentionPolicyModel from Management.Sql.BackupShortTermRetentionPolicy object

Properties

DatabaseName

Gets or sets the name of the database

DiffBackupIntervalInHours

Gets or sets the differential backup interval of this policy.

ResourceGroupName

Gets or sets the name of the resource group

RetentionDays

Gets or sets the retention days of this policy.

ServerName

Gets or sets the name of the server

Applies to