AzureVmWorkloadSQLAvailabilityGroupProtectableItem 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 protectable item representing SQL Availability Group.
[Newtonsoft.Json.JsonObject("SQLAvailabilityGroupContainer")]
public class AzureVmWorkloadSQLAvailabilityGroupProtectableItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVmWorkloadProtectableItem
[<Newtonsoft.Json.JsonObject("SQLAvailabilityGroupContainer")>]
type AzureVmWorkloadSQLAvailabilityGroupProtectableItem = class
inherit AzureVmWorkloadProtectableItem
Public Class AzureVmWorkloadSQLAvailabilityGroupProtectableItem
Inherits AzureVmWorkloadProtectableItem
- Inheritance
-
AzureVmWorkloadSQLAvailabilityGroupProtectableItem
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureVmWorkloadSQLAvailabilityGroupProtectableItem() |
Initializes a new instance of the AzureVmWorkloadSQLAvailabilityGroupProtectableItem class. |
AzureVmWorkloadSQLAvailabilityGroupProtectableItem(String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, PreBackupValidation) |
Initializes a new instance of the AzureVmWorkloadSQLAvailabilityGroupProtectableItem class. |
Properties
BackupManagementType |
Gets or sets type of backup management to backup an item. (Inherited from WorkloadProtectableItem) |
FriendlyName |
Gets or sets friendly name of the backup item. (Inherited from WorkloadProtectableItem) |
IsAutoProtectable |
Gets or sets indicates if protectable item is auto-protectable (Inherited from AzureVmWorkloadProtectableItem) |
IsAutoProtected |
Gets or sets indicates if protectable item is auto-protected (Inherited from AzureVmWorkloadProtectableItem) |
ParentName |
Gets or sets name for instance or AG (Inherited from AzureVmWorkloadProtectableItem) |
ParentUniqueName |
Gets or sets parent Unique Name is added to provide the service formatted URI Name of the Parent Only Applicable for data bases where the parent would be either Instance or a SQL AG. (Inherited from AzureVmWorkloadProtectableItem) |
Prebackupvalidation |
Gets or sets pre-backup validation for protectable objects (Inherited from AzureVmWorkloadProtectableItem) |
ProtectionState |
Gets or sets state of the back up item. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed' (Inherited from WorkloadProtectableItem) |
ServerName |
Gets or sets host/Cluster Name for instance or AG (Inherited from AzureVmWorkloadProtectableItem) |
Subinquireditemcount |
Gets or sets for instance or AG, indicates number of DB's present (Inherited from AzureVmWorkloadProtectableItem) |
Subprotectableitemcount |
Gets or sets for instance or AG, indicates number of DB's to be protected (Inherited from AzureVmWorkloadProtectableItem) |
WorkloadType |
Gets or sets type of workload for the backup management (Inherited from WorkloadProtectableItem) |