VmWorkloadSqlInstanceWorkloadItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure VM workload-specific workload item representing SQL Instance.
public class VmWorkloadSqlInstanceWorkloadItem : Azure.ResourceManager.RecoveryServicesBackup.Models.VmWorkloadItem
type VmWorkloadSqlInstanceWorkloadItem = class
inherit VmWorkloadItem
Public Class VmWorkloadSqlInstanceWorkloadItem
Inherits VmWorkloadItem
- Inheritance
Constructors
VmWorkloadSqlInstanceWorkloadItem() |
Initializes a new instance of VmWorkloadSqlInstanceWorkloadItem. |
Properties
BackupManagementType |
Type of backup management to backup an item. (Inherited from WorkloadItem) |
DataDirectoryPaths |
Data Directory Paths for default directories. |
FriendlyName |
Friendly name of the backup item. (Inherited from WorkloadItem) |
IsAutoProtectable |
Indicates if workload item is auto-protectable. (Inherited from VmWorkloadItem) |
ParentName |
Name for instance or AG. (Inherited from VmWorkloadItem) |
ProtectionState |
State of the back up item. (Inherited from WorkloadItem) |
ServerName |
Host/Cluster Name for instance or AG. (Inherited from VmWorkloadItem) |
SubInquiredItemCount |
For instance or AG, indicates number of DB's present. (Inherited from VmWorkloadItem) |
SubWorkloadItemCount |
For instance or AG, indicates number of DB's to be protected. (Inherited from VmWorkloadItem) |
WorkloadType |
Type of workload for the backup management. (Inherited from WorkloadItem) |
Applies to
Azure SDK for .NET