AzureVmWorkloadSAPAseDatabaseWorkloadItem interface     
Azure VM workload-specific workload item representing SAP ASE Database.
- Extends
Properties
| workload | Polymorphic discriminator, which specifies the different types this object can be | 
Inherited Properties
| backup | Type of backup management to backup an item. | 
| friendly | Friendly name of the backup item. | 
| is | Indicates if workload item is auto-protectable | 
| parent | Name for instance or AG | 
| protection | State of the back up item. | 
| server | Host/Cluster Name for instance or AG | 
| subinquireditemcount | For instance or AG, indicates number of DB's present | 
| sub | For instance or AG, indicates number of DB's to be protected | 
| workload | Type of workload for the backup management | 
Property Details
		workloadItemType
	  
	Polymorphic discriminator, which specifies the different types this object can be
workloadItemType: "SAPAseDatabase"Property Value
"SAPAseDatabase"
Inherited Property Details
		backupManagementType
	  
	Type of backup management to backup an item.
backupManagementType?: stringProperty Value
string
Inherited From AzureVmWorkloadItem.backupManagementType
		friendlyName
	 
	Friendly name of the backup item.
friendlyName?: stringProperty Value
string
Inherited From AzureVmWorkloadItem.friendlyName
		isAutoProtectable
	  
	Indicates if workload item is auto-protectable
isAutoProtectable?: booleanProperty Value
boolean
Inherited From AzureVmWorkloadItem.isAutoProtectable
		parentName
	 
	Name for instance or AG
parentName?: stringProperty Value
string
Inherited From AzureVmWorkloadItem.parentName
		protectionState
	 
	State of the back up item.
protectionState?: stringProperty Value
string
Inherited From AzureVmWorkloadItem.protectionState
		serverName
	 
	Host/Cluster Name for instance or AG
serverName?: stringProperty Value
string
Inherited From AzureVmWorkloadItem.serverName
subinquireditemcount
For instance or AG, indicates number of DB's present
subinquireditemcount?: numberProperty Value
number
Inherited From AzureVmWorkloadItem.subinquireditemcount
		subWorkloadItemCount
	   
	For instance or AG, indicates number of DB's to be protected
subWorkloadItemCount?: numberProperty Value
number
Inherited From AzureVmWorkloadItem.subWorkloadItemCount
		workloadType
	 
	Type of workload for the backup management
workloadType?: stringProperty Value
string
Inherited From AzureVmWorkloadItem.workloadType