AzureSQLAGWorkloadContainerProtectionContainer 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.
Container for SQL workloads under SQL Availability Group.
[Newtonsoft.Json.JsonObject("SQLAGWorkLoadContainer")]
public class AzureSQLAGWorkloadContainerProtectionContainer : Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainer
[<Newtonsoft.Json.JsonObject("SQLAGWorkLoadContainer")>]
type AzureSQLAGWorkloadContainerProtectionContainer = class
inherit AzureWorkloadContainer
Public Class AzureSQLAGWorkloadContainerProtectionContainer
Inherits AzureWorkloadContainer
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureSQLAGWorkloadContainerProtectionContainer() |
Initializes a new instance of the AzureSQLAGWorkloadContainerProtectionContainer class. |
AzureSQLAGWorkloadContainerProtectionContainer(String, String, String, String, String, String, Nullable<DateTime>, AzureWorkloadContainerExtendedInfo, String, String) |
Initializes a new instance of the AzureSQLAGWorkloadContainerProtectionContainer class. |
Properties
BackupManagementType |
Gets or sets type of backup management for the container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup' (Inherited from ProtectionContainer) |
ExtendedInfo |
Gets or sets additional details of a workload container. (Inherited from AzureWorkloadContainer) |
FriendlyName |
Gets or sets friendly name of the container. (Inherited from ProtectionContainer) |
HealthStatus |
Gets or sets status of health of the container. (Inherited from ProtectionContainer) |
LastUpdatedTime |
Gets or sets time stamp when this container was updated. (Inherited from AzureWorkloadContainer) |
OperationType |
Gets or sets re-Do Operation. Possible values include: 'Invalid', 'Register', 'Reregister' (Inherited from AzureWorkloadContainer) |
ProtectableObjectType |
Gets or sets type of the protectable object associated with this container (Inherited from ProtectionContainer) |
RegistrationStatus |
Gets or sets status of registration of the container with the Recovery Services Vault. (Inherited from ProtectionContainer) |
SourceResourceId |
Gets or sets ARM ID of the virtual machine represented by this Azure Workload Container (Inherited from AzureWorkloadContainer) |
WorkloadType |
Gets or sets workload type for which registration was sent. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase' (Inherited from AzureWorkloadContainer) |
Applies to
Azure SDK for .NET