AzureVmWorkloadContainer Class

Definition

Azure Workload specific container class.

public class AzureVmWorkloadContainer : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.AzureContainer
type AzureVmWorkloadContainer = class
    inherit AzureContainer
Public Class AzureVmWorkloadContainer
Inherits AzureContainer
Inheritance

Constructors

AzureVmWorkloadContainer(ProtectionContainerResource)

Constructor. Takes the service client object representing the container and converts it in to the PS container model

Properties

BackupManagementType

Type of the backup management agent.

(Inherited from ManagementContext)
ContainerType

Type of the container that maybe managed by the recovery services vault.

(Inherited from ContainerContext)
ExtendedInfo

Gets or sets additional details of a workload container.

FriendlyName

Friendly name of the container

(Inherited from AzureContainer)
HealthStatus

Gets or sets status of health of the container.

Id

Gets resource Id represents the complete path to the resource.

Name

Name of the container

(Inherited from ContainerBase)
ResourceGroupName

Resource Group where the Container is present

(Inherited from AzureContainer)
ServerName

Gets or sets host server name of the container.

SourceResourceId

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

Status

Registration Status

(Inherited from AzureContainer)
WorkloadsPresent

Methods

Validate()

Method to validate the object properties.

(Inherited from ObjectBase)

Applies to