Share via


AzureVMAppContainerProtectionContainer Constructors

Definition

Overloads

AzureVMAppContainerProtectionContainer()

Initializes a new instance of the AzureVMAppContainerProtectionContainer class.

AzureVMAppContainerProtectionContainer(String, String, String, String, String, String, Nullable<DateTime>, AzureWorkloadContainerExtendedInfo, String, String)

Initializes a new instance of the AzureVMAppContainerProtectionContainer class.

AzureVMAppContainerProtectionContainer()

Initializes a new instance of the AzureVMAppContainerProtectionContainer class.

public AzureVMAppContainerProtectionContainer ();
Public Sub New ()

Applies to

AzureVMAppContainerProtectionContainer(String, String, String, String, String, String, Nullable<DateTime>, AzureWorkloadContainerExtendedInfo, String, String)

Initializes a new instance of the AzureVMAppContainerProtectionContainer class.

public AzureVMAppContainerProtectionContainer (string friendlyName = default, string backupManagementType = default, string registrationStatus = default, string healthStatus = default, string protectableObjectType = default, string sourceResourceId = default, DateTime? lastUpdatedTime = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainerExtendedInfo extendedInfo = default, string workloadType = default, string operationType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVMAppContainerProtectionContainer : string * string * string * string * string * string * Nullable<DateTime> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainerExtendedInfo * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVMAppContainerProtectionContainer
Public Sub New (Optional friendlyName As String = Nothing, Optional backupManagementType As String = Nothing, Optional registrationStatus As String = Nothing, Optional healthStatus As String = Nothing, Optional protectableObjectType As String = Nothing, Optional sourceResourceId As String = Nothing, Optional lastUpdatedTime As Nullable(Of DateTime) = Nothing, Optional extendedInfo As AzureWorkloadContainerExtendedInfo = Nothing, Optional workloadType As String = Nothing, Optional operationType As String = Nothing)

Parameters

friendlyName
String

Friendly name of the container.

backupManagementType
String

Type of backup management for the container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

registrationStatus
String

Status of registration of the container with the Recovery Services Vault.

healthStatus
String

Status of health of the container.

protectableObjectType
String

Type of the protectable object associated with this container

sourceResourceId
String

ARM ID of the virtual machine represented by this Azure Workload Container

lastUpdatedTime
Nullable<DateTime>

Time stamp when this container was updated.

extendedInfo
AzureWorkloadContainerExtendedInfo

Additional details of a workload container.

workloadType
String

Workload type for which registration was sent. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'

operationType
String

Re-Do Operation. Possible values include: 'Invalid', 'Register', 'Reregister'

Applies to