MabContainerExtendedInfo 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
MabContainerExtendedInfo() |
Initializes a new instance of the MabContainerExtendedInfo class. |
MabContainerExtendedInfo(Nullable<DateTime>, String, IList<String>, String, String) |
Initializes a new instance of the MabContainerExtendedInfo class. |
MabContainerExtendedInfo()
Initializes a new instance of the MabContainerExtendedInfo class.
public MabContainerExtendedInfo ();
Public Sub New ()
Applies to
MabContainerExtendedInfo(Nullable<DateTime>, String, IList<String>, String, String)
Initializes a new instance of the MabContainerExtendedInfo class.
public MabContainerExtendedInfo (DateTime? lastRefreshedAt = default, string backupItemType = default, System.Collections.Generic.IList<string> backupItems = default, string policyName = default, string lastBackupStatus = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.MabContainerExtendedInfo : Nullable<DateTime> * string * System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.MabContainerExtendedInfo
Public Sub New (Optional lastRefreshedAt As Nullable(Of DateTime) = Nothing, Optional backupItemType As String = Nothing, Optional backupItems As IList(Of String) = Nothing, Optional policyName As String = Nothing, Optional lastBackupStatus As String = Nothing)
Parameters
- backupItemType
- String
Type of backup items associated with this container. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'
- policyName
- String
Backup policy associated with this container.
- lastBackupStatus
- String
Latest backup status of this container.