AzureVMAppContainerProtectionContainer Class

Definition

Container for SQL workloads under Azure Virtual Machines.

[Newtonsoft.Json.JsonObject("VMAppContainer")]
public class AzureVMAppContainerProtectionContainer : Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainer
[<Newtonsoft.Json.JsonObject("VMAppContainer")>]
type AzureVMAppContainerProtectionContainer = class
    inherit AzureWorkloadContainer
Public Class AzureVMAppContainerProtectionContainer
Inherits AzureWorkloadContainer
Inheritance
AzureVMAppContainerProtectionContainer
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

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.

Properties

BackupManagementType

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

(Inherited from ProtectionContainer)
ExtendedInfo

Gets or sets additional details of a workload container.

(Inherited from AzureWorkloadContainer)
FriendlyName

Gets or sets friendly name of the container.

(Inherited from ProtectionContainer)
HealthStatus

Gets or sets status of health of the container.

(Inherited from ProtectionContainer)
LastUpdatedTime

Gets or sets time stamp when this container was updated.

(Inherited from AzureWorkloadContainer)
OperationType

Gets or sets re-Do Operation. Possible values include: 'Invalid', 'Register', 'Reregister'

(Inherited from AzureWorkloadContainer)
ProtectableObjectType

Gets or sets type of the protectable object associated with this container

(Inherited from ProtectionContainer)
RegistrationStatus

Gets or sets status of registration of the container with the Recovery Services Vault.

(Inherited from ProtectionContainer)
SourceResourceId

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

(Inherited from AzureWorkloadContainer)
WorkloadType

Gets or sets 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'

(Inherited from AzureWorkloadContainer)

Applies to