MabContainerExtendedInfo Constructors

Definition

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

lastRefreshedAt
Nullable<DateTime>

Time stamp when this container was refreshed.

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'

backupItems
IList<String>

List of backup items associated with this container.

policyName
String

Backup policy associated with this container.

lastBackupStatus
String

Latest backup status of this container.

Applies to