LongTermRetentionBackup Class

Definition

A long term retention backup.

[Microsoft.Rest.Serialization.JsonTransformation]
public class LongTermRetentionBackup : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LongTermRetentionBackup = class
    inherit ProxyResource
Public Class LongTermRetentionBackup
Inherits ProxyResource
Inheritance
LongTermRetentionBackup
Attributes

Constructors

LongTermRetentionBackup()

Initializes a new instance of the LongTermRetentionBackup class.

LongTermRetentionBackup(String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, String)

Initializes a new instance of the LongTermRetentionBackup class.

Properties

BackupExpirationTime

Gets the time the long term retention backup will expire.

BackupStorageRedundancy

Gets the storage redundancy type of the backup. Possible values include: 'Geo', 'Local', 'Zone', 'GeoZone'

BackupTime

Gets the time the backup was taken

DatabaseDeletionTime

Gets the delete time of the database

DatabaseName

Gets the name of the database the backup belong to

Id

Gets resource ID.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
RequestedBackupStorageRedundancy

Gets or sets the storage redundancy type of the backup. Possible values include: 'Geo', 'Local', 'Zone', 'GeoZone'

ServerCreateTime

Gets the create time of the server.

ServerName

Gets the server name that the backup database belong to.

Type

Gets resource type.

(Inherited from Resource)

Applies to