AzureWorkloadContainer interface

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

Extends

Properties

containerType

Polymorphic discriminator, which specifies the different types this object can be

extendedInfo

Additional details of a workload container.

lastUpdatedTime

Time stamp when this container was updated.

operationType

Re-Do Operation

sourceResourceId

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

workloadType

Workload type for which registration was sent.

Inherited Properties

backupManagementType

Type of backup management for the container.

friendlyName

Friendly name of the container.

healthStatus

Status of health of the container.

protectableObjectType

Type of the protectable object associated with this container

registrationStatus

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

Property Details

containerType

Polymorphic discriminator, which specifies the different types this object can be

containerType: "SQLAGWorkLoadContainer" | "VMAppContainer" | "AzureWorkloadContainer"

Property Value

"SQLAGWorkLoadContainer" | "VMAppContainer" | "AzureWorkloadContainer"

extendedInfo

Additional details of a workload container.

extendedInfo?: AzureWorkloadContainerExtendedInfo

Property Value

lastUpdatedTime

Time stamp when this container was updated.

lastUpdatedTime?: Date

Property Value

Date

operationType

Re-Do Operation

operationType?: string

Property Value

string

sourceResourceId

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

sourceResourceId?: string

Property Value

string

workloadType

Workload type for which registration was sent.

workloadType?: string

Property Value

string

Inherited Property Details

backupManagementType

Type of backup management for the container.

backupManagementType?: string

Property Value

string

Inherited From ProtectionContainer.backupManagementType

friendlyName

Friendly name of the container.

friendlyName?: string

Property Value

string

Inherited From ProtectionContainer.friendlyName

healthStatus

Status of health of the container.

healthStatus?: string

Property Value

string

Inherited From ProtectionContainer.healthStatus

protectableObjectType

Type of the protectable object associated with this container

protectableObjectType?: string

Property Value

string

Inherited From ProtectionContainer.protectableObjectType

registrationStatus

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

registrationStatus?: string

Property Value

string

Inherited From ProtectionContainer.registrationStatus