AzureVmWorkloadSQLDatabaseWorkloadItem interface

Azure VM workload-specific workload item representing SQL Database.

Extends

Properties

workloadItemType

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

backupManagementType

Type of backup management to backup an item.

friendlyName

Friendly name of the backup item.

isAutoProtectable

Indicates if workload item is auto-protectable

parentName

Name for instance or AG

protectionState

State of the back up item.

serverName

Host/Cluster Name for instance or AG

subinquireditemcount

For instance or AG, indicates number of DB's present

subWorkloadItemCount

For instance or AG, indicates number of DB's to be protected

workloadType

Type of workload for the backup management

Property Details

workloadItemType

Polymorphic discriminator, which specifies the different types this object can be

workloadItemType: "SQLDataBase"

Property Value

"SQLDataBase"

Inherited Property Details

backupManagementType

Type of backup management to backup an item.

backupManagementType?: string

Property Value

string

Inherited From AzureVmWorkloadItem.backupManagementType

friendlyName

Friendly name of the backup item.

friendlyName?: string

Property Value

string

Inherited From AzureVmWorkloadItem.friendlyName

isAutoProtectable

Indicates if workload item is auto-protectable

isAutoProtectable?: boolean

Property Value

boolean

Inherited From AzureVmWorkloadItem.isAutoProtectable

parentName

Name for instance or AG

parentName?: string

Property Value

string

Inherited From AzureVmWorkloadItem.parentName

protectionState

State of the back up item.

protectionState?: string

Property Value

string

Inherited From AzureVmWorkloadItem.protectionState

serverName

Host/Cluster Name for instance or AG

serverName?: string

Property Value

string

Inherited From AzureVmWorkloadItem.serverName

subinquireditemcount

For instance or AG, indicates number of DB's present

subinquireditemcount?: number

Property Value

number

Inherited From AzureVmWorkloadItem.subinquireditemcount

subWorkloadItemCount

For instance or AG, indicates number of DB's to be protected

subWorkloadItemCount?: number

Property Value

number

Inherited From AzureVmWorkloadItem.subWorkloadItemCount

workloadType

Type of workload for the backup management

workloadType?: string

Property Value

string

Inherited From AzureVmWorkloadItem.workloadType