次の方法で共有


LongTermRetentionBackup クラス

定義

長期保有期間のバックアップ。

[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
継承
LongTermRetentionBackup
属性

コンストラクター

LongTermRetentionBackup()

LongTermRetentionBackup クラスの新しいインスタンスを初期化します。

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

LongTermRetentionBackup クラスの新しいインスタンスを初期化します。

プロパティ

BackupExpirationTime

長期保有バックアップの有効期限が切れる時間を取得します。

BackupStorageRedundancy

バックアップのストレージ冗長の種類を取得します。 使用できる値は、'Geo'、'Local'、'Zone'、'GeoZone' です。

BackupTime

バックアップが作成された時刻を取得します

DatabaseDeletionTime

データベースの削除時刻を取得します

DatabaseName

バックアップが属するデータベースの名前を取得します

Id

リソース ID を取得します。

(継承元 Resource)
Name

リソース名を取得します。

(継承元 Resource)
RequestedBackupStorageRedundancy

バックアップのストレージ冗長の種類を取得または設定します。 使用できる値は、'Geo'、'Local'、'Zone'、'GeoZone' です。

ServerCreateTime

サーバーの作成時刻を取得します。

ServerName

バックアップ データベースが属しているサーバー名を取得します。

Type

リソースの種類を取得します。

(継承元 Resource)

適用対象