AzureItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for Azure items(AzureVM, AzureFiles)
public class AzureItem : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase
type AzureItem = class
inherit ItemBase
Public Class AzureItem
Inherits ItemBase
- Inheritance
- Derived
Constructors
AzureItem(ProtectedItemResource, String, ContainerType, String) | |
AzureItem(ProtectedItemResource, String, ContainerType, String) |
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 |
DeleteState |
Indicates if the delete state of the item |
ExtendedInfo |
ExtendedInfo for the Item |
Id |
Id of the item (Inherited from ItemBase) |
LastBackupStatus |
Last Backup Status for the item |
LastBackupTime |
Last Backup Time for the item |
LatestRecoveryPoint |
Latest Recovery Point for the item (Inherited from ItemBase) |
Name |
Name of the item (Inherited from ItemBase) |
PolicyId |
Policy ID Associated with item |
ProtectionPolicyName |
Protection Policy Name for the Item |
ProtectionState |
Protection State of the item |
ProtectionStatus |
Protection Status of the item |
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) |