AzureVmWorkloadSAPAseDatabaseProtectedItem interface     
Azure VM workload-specific protected item representing SAP ASE Database.
- Extends
Properties
| protected | Polymorphic discriminator, which specifies the different types this object can be | 
Inherited Properties
| backup | Type of backup management for the backed up item. NOTE: This property will not be serialized. It can only be populated by the server. | 
| backup | Name of the backup set the backup item belongs to | 
| container | Unique name of container | 
| create | Create mode to indicate recovery of existing soft deleted data source or creation of new data source. | 
| deferred | Time for deferred deletion in UTC | 
| deferred | Time remaining before the DS marked for deferred delete is permanently deleted | 
| extended | Additional information for this backup item. | 
| friendly | Friendly name of the DB represented by this backup item. NOTE: This property will not be serialized. It can only be populated by the server. | 
| is | Flag to identify whether datasource is protected in archive | 
| is | Flag to identify whether the deferred deleted DS is to be purged soon | 
| is | Flag to identify that deferred deleted DS is to be moved into Pause state | 
| is | Flag to identify whether the DS is scheduled for deferred delete | 
| kpis | Health details of different KPIs | 
| last | Error details in last backup | 
| last | Last backup operation status. Possible values: Healthy, Unhealthy. | 
| last | Timestamp of the last backup operation on this backup item. | 
| last | Timestamp when the last (latest) backup copy was created for this backup item. | 
| nodes | List of the nodes in case of distributed container. | 
| parent | Parent name of the DB such as Instance or Availability Group. | 
| parent | Parent type of protected item, example: for a DB, standalone server or distributed | 
| policy | ID of the backup policy with which this item is backed up. | 
| policy | Name of the policy used for protection | 
| protected | Data ID of the protected item. | 
| protected | Health status of the backup item, evaluated based on last heartbeat received | 
| protection | Backup state of this backup item. | 
| protection | Backup status of this backup item. NOTE: This property will not be serialized. It can only be populated by the server. | 
| resource | ResourceGuardOperationRequests on which LAC check will be performed | 
| server | Host/Cluster Name for instance or AG | 
| soft | Soft delete retention period in days | 
| source | ARM ID of the resource to be backed up. | 
| vault | ID of the vault which protects this item NOTE: This property will not be serialized. It can only be populated by the server. | 
| workload | Type of workload this item represents. NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
		protectedItemType
	  
	Polymorphic discriminator, which specifies the different types this object can be
protectedItemType: "AzureVmWorkloadSAPAseDatabase"Property Value
"AzureVmWorkloadSAPAseDatabase"
Inherited Property Details
		backupManagementType
	  
	Type of backup management for the backed up item. NOTE: This property will not be serialized. It can only be populated by the server.
backupManagementType?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.backupManagementType
		backupSetName
	  
	Name of the backup set the backup item belongs to
backupSetName?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.backupSetName
		containerName
	 
	Unique name of container
containerName?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.containerName
		createMode
	 
	Create mode to indicate recovery of existing soft deleted data source or creation of new data source.
createMode?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.createMode
		deferredDeleteTimeInUTC
	   
	Time for deferred deletion in UTC
deferredDeleteTimeInUTC?: DateProperty Value
Date
Inherited From AzureVmWorkloadProtectedItem.deferredDeleteTimeInUTC
		deferredDeleteTimeRemaining
	   
	Time remaining before the DS marked for deferred delete is permanently deleted
deferredDeleteTimeRemaining?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.deferredDeleteTimeRemaining
		extendedInfo
	 
	Additional information for this backup item.
extendedInfo?: AzureVmWorkloadProtectedItemExtendedInfoProperty Value
Inherited From AzureVmWorkloadProtectedItem.extendedInfo
		friendlyName
	 
	Friendly name of the DB represented by this backup item. NOTE: This property will not be serialized. It can only be populated by the server.
friendlyName?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.friendlyName
		isArchiveEnabled
	  
	Flag to identify whether datasource is protected in archive
isArchiveEnabled?: booleanProperty Value
boolean
Inherited From AzureVmWorkloadProtectedItem.isArchiveEnabled
		isDeferredDeleteScheduleUpcoming
	    
	Flag to identify whether the deferred deleted DS is to be purged soon
isDeferredDeleteScheduleUpcoming?: booleanProperty Value
boolean
Inherited From AzureVmWorkloadProtectedItem.isDeferredDeleteScheduleUpcoming
		isRehydrate
	 
	Flag to identify that deferred deleted DS is to be moved into Pause state
isRehydrate?: booleanProperty Value
boolean
Inherited From AzureVmWorkloadProtectedItem.isRehydrate
		isScheduledForDeferredDelete
	    
	Flag to identify whether the DS is scheduled for deferred delete
isScheduledForDeferredDelete?: booleanProperty Value
boolean
Inherited From AzureVmWorkloadProtectedItem.isScheduledForDeferredDelete
		kpisHealths
	 
	Health details of different KPIs
kpisHealths?: {[propertyName: string]: KPIResourceHealthDetails}Property Value
{[propertyName: string]: KPIResourceHealthDetails}
Inherited From AzureVmWorkloadProtectedItem.kpisHealths
		lastBackupErrorDetail
	   
	Error details in last backup
lastBackupErrorDetail?: ErrorDetailProperty Value
Inherited From AzureVmWorkloadProtectedItem.lastBackupErrorDetail
		lastBackupStatus
	  
	Last backup operation status. Possible values: Healthy, Unhealthy.
lastBackupStatus?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.lastBackupStatus
		lastBackupTime
	  
	Timestamp of the last backup operation on this backup item.
lastBackupTime?: DateProperty Value
Date
Inherited From AzureVmWorkloadProtectedItem.lastBackupTime
		lastRecoveryPoint
	  
	Timestamp when the last (latest) backup copy was created for this backup item.
lastRecoveryPoint?: DateProperty Value
Date
Inherited From AzureVmWorkloadProtectedItem.lastRecoveryPoint
		nodesList
	 
	List of the nodes in case of distributed container.
nodesList?: DistributedNodesInfo[]Property Value
Inherited From AzureVmWorkloadProtectedItem.nodesList
		parentName
	 
	Parent name of the DB such as Instance or Availability Group.
parentName?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.parentName
		parentType
	 
	Parent type of protected item, example: for a DB, standalone server or distributed
parentType?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.parentType
		policyId
	 
	ID of the backup policy with which this item is backed up.
policyId?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.policyId
		policyName
	 
	Name of the policy used for protection
policyName?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.policyName
		protectedItemDataSourceId
	    
	Data ID of the protected item.
protectedItemDataSourceId?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.protectedItemDataSourceId
		protectedItemHealthStatus
	   
	Health status of the backup item, evaluated based on last heartbeat received
protectedItemHealthStatus?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.protectedItemHealthStatus
		protectionState
	 
	Backup state of this backup item.
protectionState?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.protectionState
		protectionStatus
	 
	Backup status of this backup item. NOTE: This property will not be serialized. It can only be populated by the server.
protectionStatus?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.protectionStatus
		resourceGuardOperationRequests
	   
	ResourceGuardOperationRequests on which LAC check will be performed
resourceGuardOperationRequests?: string[]Property Value
string[]
Inherited From AzureVmWorkloadProtectedItem.resourceGuardOperationRequests
		serverName
	 
	Host/Cluster Name for instance or AG
serverName?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.serverName
		softDeleteRetentionPeriodInDays
	    
	Soft delete retention period in days
softDeleteRetentionPeriodInDays?: numberProperty Value
number
Inherited From AzureVmWorkloadProtectedItem.softDeleteRetentionPeriodInDays
		sourceResourceId
	  
	ARM ID of the resource to be backed up.
sourceResourceId?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.sourceResourceId
		vaultId
	 
	ID of the vault which protects this item NOTE: This property will not be serialized. It can only be populated by the server.
vaultId?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.vaultId
		workloadType
	 
	Type of workload this item represents. NOTE: This property will not be serialized. It can only be populated by the server.
workloadType?: stringProperty Value
string
Inherited From AzureVmWorkloadProtectedItem.workloadType