AzureVmContainer Class

Definition

Azure VM specific container class.

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

Constructors

AzureVmContainer(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)
FriendlyName
FriendlyName

Friendly name of the container

(Inherited from AzureContainer)
Name

Name of the container

(Inherited from ContainerBase)
ResourceGroupName
ResourceGroupName

Resource Group where the Container is present

(Inherited from AzureContainer)
Status
Status

Registration Status

(Inherited from AzureContainer)

Methods

Validate()

Method to validate the object properties.

(Inherited from ObjectBase)

Applies to