AzureWorkloadContainer Class

Definition

Container for the workloads running inside Azure Compute or Classic Compute.

public class AzureWorkloadContainer : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainer
type AzureWorkloadContainer = class
    inherit ProtectionContainer
Public Class AzureWorkloadContainer
Inherits ProtectionContainer
Inheritance
AzureWorkloadContainer
Derived

Constructors

AzureWorkloadContainer()

Initializes a new instance of the AzureWorkloadContainer class.

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

Initializes a new instance of the AzureWorkloadContainer 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.

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.

OperationType

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

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

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'

Applies to