BackupEngineExtendedInfo Constructors

Definition

Overloads

BackupEngineExtendedInfo()

Initializes a new instance of the BackupEngineExtendedInfo class.

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

Initializes a new instance of the BackupEngineExtendedInfo class.

BackupEngineExtendedInfo()

Initializes a new instance of the BackupEngineExtendedInfo class.

public BackupEngineExtendedInfo ();
Public Sub New ()

Applies to

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

Initializes a new instance of the BackupEngineExtendedInfo class.

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)

Parameters

databaseName
String

Database name of backup engine.

protectedItemsCount
Nullable<Int32>

Number of protected items in the backup engine.

protectedServersCount
Nullable<Int32>

Number of protected servers in the backup engine.

diskCount
Nullable<Int32>

Number of disks in the backup engine.

usedDiskSpace
Nullable<Double>

Disk space used in the backup engine.

availableDiskSpace
Nullable<Double>

Disk space currently available in the backup engine.

refreshedAt
Nullable<DateTime>

Last refresh time in the backup engine.

azureProtectedInstances
Nullable<Int32>

Protected instances in the backup engine.

Applies to