MabItem Class

Definition

Azure files Item Class

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

Constructors

MabItem(ProtectedItemResource, String, ContainerType, String)

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

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)
DateOfPurge

Date of purge for the item

(Inherited from AzureItem)
DeleteState

Indicates if the delete state of the item

(Inherited from AzureItem)
ExtendedInfo

ExtendedInfo for the Item

(Inherited from AzureItem)
FriendlyName

FriendlyName of the file share item

Id

Id of the item

(Inherited from ItemBase)
LastBackupStatus

Last Backup Status for the item

(Inherited from AzureItem)
LastBackupTime

Last Backup Time for the item

(Inherited from AzureItem)
LatestRecoveryPoint

Latest Recovery Point for the item

(Inherited from ItemBase)
Name

Name of the item

(Inherited from ItemBase)
PolicyId

Policy ID Associated with item

(Inherited from AzureItem)
ProtectionPolicyName

Protection Policy Name for the Item

(Inherited from AzureItem)
ProtectionState

Protection State of the item

(Inherited from AzureItem)
ProtectionStatus

Protection Status of the item

(Inherited from AzureItem)
SourceResourceId

ARM ID of the resource represented by the item

(Inherited from ItemBase)
WorkloadType

Workload Type of Item

(Inherited from ItemContext)

Methods

Validate()

Method to validate the object properties.

(Inherited from ObjectBase)

Applies to