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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET