ItemBase Class

Definition

Represents Azure Backup Item Base Class

public class ItemBase : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemContext
type ItemBase = class
    inherit ItemContext
Public Class ItemBase
Inherits ItemContext
Inheritance
Derived

Constructors

ItemBase(ProtectedItemResource, String, ContainerType)
ItemBase(ProtectedItemResource, String, ContainerType)

Properties

BackupManagementType

Type of the backup management agent.

(Inherited from ManagementContext)
ContainerName

Unique name of the Container

(Inherited from ItemContext)
ContainerType

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

(Inherited from ContainerContext)
Id

Id of the item

LatestRecoveryPoint

Latest Recovery Point for the item

Name

Name of the item

SourceResourceId

ARM ID of the resource represented by the item

WorkloadType

Workload Type of Item

(Inherited from ItemContext)

Methods

Validate()

Method to validate the object properties.

(Inherited from ObjectBase)

Applies to