AzureVmWorkloadSAPAseDatabaseProtectedItem Class

Definition

Azure VM workload-specific protected item representing SAP ASE Database.

[Newtonsoft.Json.JsonObject("AzureVmWorkloadSAPAseDatabase")]
public class AzureVmWorkloadSAPAseDatabaseProtectedItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVmWorkloadProtectedItem
[<Newtonsoft.Json.JsonObject("AzureVmWorkloadSAPAseDatabase")>]
type AzureVmWorkloadSAPAseDatabaseProtectedItem = class
    inherit AzureVmWorkloadProtectedItem
Public Class AzureVmWorkloadSAPAseDatabaseProtectedItem
Inherits AzureVmWorkloadProtectedItem
Inheritance
AzureVmWorkloadSAPAseDatabaseProtectedItem
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureVmWorkloadSAPAseDatabaseProtectedItem()

Initializes a new instance of the AzureVmWorkloadSAPAseDatabaseProtectedItem class.

AzureVmWorkloadSAPAseDatabaseProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, Nullable<Boolean>, String, String, String, String, String, String, String, String, Nullable<DateTime>, ErrorDetail, String, String, AzureVmWorkloadProtectedItemExtendedInfo, IDictionary<String, KPIResourceHealthDetails>)

Initializes a new instance of the AzureVmWorkloadSAPAseDatabaseProtectedItem class.

Properties

BackupManagementType

Gets or sets type of backup management for the backed up item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

(Inherited from ProtectedItem)
BackupSetName

Gets or sets name of the backup set the backup item belongs to

(Inherited from ProtectedItem)
ContainerName

Gets or sets unique name of container

(Inherited from ProtectedItem)
CreateMode

Gets or sets create mode to indicate recovery of existing soft deleted data source or creation of new data source. Possible values include: 'Invalid', 'Default', 'Recover'

(Inherited from ProtectedItem)
DeferredDeleteTimeInUTC

Gets or sets time for deferred deletion in UTC

(Inherited from ProtectedItem)
DeferredDeleteTimeRemaining

Gets or sets time remaining before the DS marked for deferred delete is permanently deleted

(Inherited from ProtectedItem)
ExtendedInfo

Gets or sets additional information for this backup item.

(Inherited from AzureVmWorkloadProtectedItem)
FriendlyName

Gets or sets friendly name of the DB represented by this backup item.

(Inherited from AzureVmWorkloadProtectedItem)
IsArchiveEnabled

Gets or sets flag to identify whether datasource is protected in archive

(Inherited from ProtectedItem)
IsDeferredDeleteScheduleUpcoming

Gets or sets flag to identify whether the deferred deleted DS is to be purged soon

(Inherited from ProtectedItem)
IsRehydrate

Gets or sets flag to identify that deferred deleted DS is to be moved into Pause state

(Inherited from ProtectedItem)
IsScheduledForDeferredDelete

Gets or sets flag to identify whether the DS is scheduled for deferred delete

(Inherited from ProtectedItem)
KpisHealths

Gets or sets health details of different KPIs

(Inherited from AzureVmWorkloadProtectedItem)
LastBackupErrorDetail

Gets or sets error details in last backup

(Inherited from AzureVmWorkloadProtectedItem)
LastBackupStatus

Gets or sets last backup operation status. Possible values: Healthy, Unhealthy. Possible values include: 'Invalid', 'Healthy', 'Unhealthy', 'IRPending'

(Inherited from AzureVmWorkloadProtectedItem)
LastBackupTime

Gets or sets timestamp of the last backup operation on this backup item.

(Inherited from AzureVmWorkloadProtectedItem)
LastRecoveryPoint

Gets or sets timestamp when the last (latest) backup copy was created for this backup item.

(Inherited from ProtectedItem)
ParentName

Gets or sets parent name of the DB such as Instance or Availability Group.

(Inherited from AzureVmWorkloadProtectedItem)
ParentType

Gets or sets parent type of protected item, example: for a DB, standalone server or distributed

(Inherited from AzureVmWorkloadProtectedItem)
PolicyId

Gets or sets ID of the backup policy with which this item is backed up.

(Inherited from ProtectedItem)
PolicyName

Gets or sets name of the policy used for protection

(Inherited from ProtectedItem)
ProtectedItemDataSourceId

Gets or sets data ID of the protected item.

(Inherited from AzureVmWorkloadProtectedItem)
ProtectedItemHealthStatus

Gets or sets health status of the backup item, evaluated based on last heartbeat received. Possible values include: 'Invalid', 'Healthy', 'Unhealthy', 'NotReachable', 'IRPending'

(Inherited from AzureVmWorkloadProtectedItem)
ProtectionState

Gets or sets backup state of this backup item. Possible values include: 'Invalid', 'IRPending', 'Protected', 'ProtectionError', 'ProtectionStopped', 'ProtectionPaused'

(Inherited from AzureVmWorkloadProtectedItem)
ProtectionStatus

Gets or sets backup status of this backup item.

(Inherited from AzureVmWorkloadProtectedItem)
ResourceGuardOperationRequests

Gets or sets resourceGuardOperationRequests on which LAC check will be performed

(Inherited from ProtectedItem)
ServerName

Gets or sets host/Cluster Name for instance or AG

(Inherited from AzureVmWorkloadProtectedItem)
SourceResourceId

Gets or sets ARM ID of the resource to be backed up.

(Inherited from ProtectedItem)
WorkloadType

Gets or sets type of workload this item represents. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'

(Inherited from ProtectedItem)

Applies to