AzureVmWorkloadSQLInstanceWorkloadItem 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.
[Newtonsoft.Json.JsonObject("SQLInstance")]
public class AzureVmWorkloadSQLInstanceWorkloadItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVmWorkloadItem
[<Newtonsoft.Json.JsonObject("SQLInstance")>]
type AzureVmWorkloadSQLInstanceWorkloadItem = class
inherit AzureVmWorkloadItem
Public Class AzureVmWorkloadSQLInstanceWorkloadItem
Inherits AzureVmWorkloadItem
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureVmWorkloadSQLInstanceWorkloadItem() |
Initializes a new instance of the AzureVmWorkloadSQLInstanceWorkloadItem class. |
AzureVmWorkloadSQLInstanceWorkloadItem(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, IList<SQLDataDirectory>) |
Initializes a new instance of the AzureVmWorkloadSQLInstanceWorkloadItem class. |
Properties
BackupManagementType |
Gets or sets type of backup management to backup an item. (Inherited from WorkloadItem) |
DataDirectoryPaths |
Gets or sets data Directory Paths for default directories |
FriendlyName |
Gets or sets friendly name of the backup item. (Inherited from WorkloadItem) |
IsAutoProtectable |
Gets or sets indicates if workload item is auto-protectable (Inherited from AzureVmWorkloadItem) |
ParentName |
Gets or sets name for instance or AG (Inherited from AzureVmWorkloadItem) |
ProtectionState |
Gets or sets state of the back up item. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed' (Inherited from WorkloadItem) |
ServerName |
Gets or sets host/Cluster Name for instance or AG (Inherited from AzureVmWorkloadItem) |
Subinquireditemcount |
Gets or sets for instance or AG, indicates number of DB's present (Inherited from AzureVmWorkloadItem) |
SubWorkloadItemCount |
Gets or sets for instance or AG, indicates number of DB's to be protected (Inherited from AzureVmWorkloadItem) |
WorkloadType |
Gets or sets type of workload for the backup management (Inherited from WorkloadItem) |
Applies to
Azure SDK for .NET