次の方法で共有


LongTermRetentionBackup コンストラクター

定義

オーバーロード

LongTermRetentionBackup()

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

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

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

LongTermRetentionBackup()

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

public LongTermRetentionBackup();
Public Sub New ()

適用対象

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

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

public LongTermRetentionBackup(string id = default, string name = default, string type = default, string serverName = default, DateTime? serverCreateTime = default, string databaseName = default, DateTime? databaseDeletionTime = default, DateTime? backupTime = default, DateTime? backupExpirationTime = default, string backupStorageRedundancy = default, string requestedBackupStorageRedundancy = default);
new Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup : string * string * string * string * Nullable<DateTime> * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional serverName As String = Nothing, Optional serverCreateTime As Nullable(Of DateTime) = Nothing, Optional databaseName As String = Nothing, Optional databaseDeletionTime As Nullable(Of DateTime) = Nothing, Optional backupTime As Nullable(Of DateTime) = Nothing, Optional backupExpirationTime As Nullable(Of DateTime) = Nothing, Optional backupStorageRedundancy As String = Nothing, Optional requestedBackupStorageRedundancy As String = Nothing)

パラメーター

id
String

リソースの ID

name
String

リソース名。

type
String

リソースの種類。

serverName
String

バックアップ データベースが属しているサーバー名。

serverCreateTime
Nullable<DateTime>

サーバーの作成時刻。

databaseName
String

バックアップが属しているデータベースの名前

databaseDeletionTime
Nullable<DateTime>

データベースの削除時刻

backupTime
Nullable<DateTime>

バックアップが作成された時刻

backupExpirationTime
Nullable<DateTime>

長期保有バックアップの有効期限が切れる時刻。

backupStorageRedundancy
String

バックアップのストレージ冗長の種類。 指定できる値は、'Geo'、'Local'、'Zone'、'GeoZone' です。

requestedBackupStorageRedundancy
String

バックアップのストレージ冗長の種類。 指定できる値は、'Geo'、'Local'、'Zone'、'GeoZone' です。

適用対象