AzureVmWorkloadProtectableItem Class

Definition

Azure VM workload-specific protectable item.

public class AzureVmWorkloadProtectableItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem
type AzureVmWorkloadProtectableItem = class
    inherit WorkloadProtectableItem
Public Class AzureVmWorkloadProtectableItem
Inherits WorkloadProtectableItem
Inheritance
AzureVmWorkloadProtectableItem
Derived

Constructors

AzureVmWorkloadProtectableItem()

Initializes a new instance of the AzureVmWorkloadProtectableItem class.

AzureVmWorkloadProtectableItem(String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, PreBackupValidation)

Initializes a new instance of the AzureVmWorkloadProtectableItem class.

Properties

BackupManagementType

Gets or sets type of backup management to backup an item.

(Inherited from WorkloadProtectableItem)
FriendlyName

Gets or sets friendly name of the backup item.

(Inherited from WorkloadProtectableItem)
IsAutoProtectable

Gets or sets indicates if protectable item is auto-protectable

IsAutoProtected

Gets or sets indicates if protectable item is auto-protected

ParentName

Gets or sets name for instance or AG

ParentUniqueName

Gets or sets parent Unique Name is added to provide the service formatted URI Name of the Parent Only Applicable for data bases where the parent would be either Instance or a SQL AG.

Prebackupvalidation

Gets or sets pre-backup validation for protectable objects

ProtectionState

Gets or sets state of the back up item. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'

(Inherited from WorkloadProtectableItem)
ServerName

Gets or sets host/Cluster Name for instance or AG

Subinquireditemcount

Gets or sets for instance or AG, indicates number of DB's present

Subprotectableitemcount

Gets or sets for instance or AG, indicates number of DB's to be protected

WorkloadType

Gets or sets type of workload for the backup management

(Inherited from WorkloadProtectableItem)

Applies to