Share via


WorkloadContainer Class

Definition

Container for the workloads running inside Azure Compute or Classic Compute. Please note WorkloadContainer is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SqlAvailabilityGroupWorkloadProtectionContainer and VmAppContainerProtectionContainer.

public class WorkloadContainer : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericProtectionContainer
type WorkloadContainer = class
    inherit BackupGenericProtectionContainer
Public Class WorkloadContainer
Inherits BackupGenericProtectionContainer
Inheritance
Derived

Constructors

WorkloadContainer()

Initializes a new instance of WorkloadContainer.

Properties

BackupManagementType

Type of backup management for the container.

(Inherited from BackupGenericProtectionContainer)
ExtendedInfo

Additional details of a workload container.

FriendlyName

Friendly name of the container.

(Inherited from BackupGenericProtectionContainer)
HealthStatus

Status of health of the container.

(Inherited from BackupGenericProtectionContainer)
LastUpdatedOn

Time stamp when this container was updated.

OperationType

Re-Do Operation.

ProtectableObjectType

Type of the protectable object associated with this container.

(Inherited from BackupGenericProtectionContainer)
RegistrationStatus

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

(Inherited from BackupGenericProtectionContainer)
SourceResourceId

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

WorkloadType

Workload type for which registration was sent.

Applies to