次の方法で共有


BackupEngineExtendedInfo コンストラクター

定義

オーバーロード

BackupEngineExtendedInfo()

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

BackupEngineExtendedInfo(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<DateTime>, Nullable<Int32>)

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

BackupEngineExtendedInfo()

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

public BackupEngineExtendedInfo();
Public Sub New ()

適用対象

BackupEngineExtendedInfo(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<DateTime>, Nullable<Int32>)

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

public BackupEngineExtendedInfo(string databaseName = default, int? protectedItemsCount = default, int? protectedServersCount = default, int? diskCount = default, double? usedDiskSpace = default, double? availableDiskSpace = default, DateTime? refreshedAt = default, int? azureProtectedInstances = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupEngineExtendedInfo : string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<double> * Nullable<double> * Nullable<DateTime> * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupEngineExtendedInfo
Public Sub New (Optional databaseName As String = Nothing, Optional protectedItemsCount As Nullable(Of Integer) = Nothing, Optional protectedServersCount As Nullable(Of Integer) = Nothing, Optional diskCount As Nullable(Of Integer) = Nothing, Optional usedDiskSpace As Nullable(Of Double) = Nothing, Optional availableDiskSpace As Nullable(Of Double) = Nothing, Optional refreshedAt As Nullable(Of DateTime) = Nothing, Optional azureProtectedInstances As Nullable(Of Integer) = Nothing)

パラメーター

databaseName
String

バックアップ エンジンのデータベース名。

protectedItemsCount
Nullable<Int32>

バックアップ エンジン内の保護された項目の数。

protectedServersCount
Nullable<Int32>

バックアップ エンジン内の保護されたサーバーの数。

diskCount
Nullable<Int32>

バックアップ エンジン内のディスクの数。

usedDiskSpace
Nullable<Double>

バックアップ エンジンで使用されるディスク領域。

availableDiskSpace
Nullable<Double>

バックアップ エンジンで現在使用できるディスク領域。

refreshedAt
Nullable<DateTime>

バックアップ エンジンの最後の更新時刻。

azureProtectedInstances
Nullable<Int32>

バックアップ エンジン内の保護されたインスタンス。

適用対象