BackupEngineExtendedInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.