次の方法で共有


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.MySQL.FlexibleServers.Models.Backup : Nullable<int> * string * Nullable<DateTime> -> Microsoft.Azure.Management.MySQL.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 冗長バックアップが有効になっているかどうか。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

earliestRestoreDate
Nullable<DateTime>

最も古い復元ポイントの作成時間 (ISO8601 形式)

適用対象