次の方法で共有


Backup コンストラクター

定義

オーバーロード

Backup()

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

Backup(Nullable<Int32>, String, Nullable<DateTime>)

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

Backup()

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

public Backup();
Public Sub New ()

適用対象

Backup(Nullable<Int32>, String, Nullable<DateTime>)

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

public Backup(int? backupRetentionDays = default, string geoRedundantBackup = default, DateTime? earliestRestoreDate = default);
new Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Backup : Nullable<int> * string * Nullable<DateTime> -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Backup
Public Sub New (Optional backupRetentionDays As Nullable(Of Integer) = Nothing, Optional geoRedundantBackup As String = Nothing, Optional earliestRestoreDate As Nullable(Of DateTime) = Nothing)

パラメーター

backupRetentionDays
Nullable<Int32>

サーバーのバックアップ保有日数。

geoRedundantBackup
String

Geo-Redundantバックアップがサーバーで有効になっているかどうかを示す 値。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

earliestRestoreDate
Nullable<DateTime>

サーバーの最も古い復元ポイント時刻 (ISO8601 形式)。

適用対象