AzureSQLAGWorkloadContainerProtectionContainer Constructors
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.
Overloads
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. |
AzureSQLAGWorkloadContainerProtectionContainer()
Initializes a new instance of the AzureSQLAGWorkloadContainerProtectionContainer class.
public AzureSQLAGWorkloadContainerProtectionContainer ();
Public Sub New ()
Applies to
AzureSQLAGWorkloadContainerProtectionContainer(String, String, String, String, String, String, Nullable<DateTime>, AzureWorkloadContainerExtendedInfo, String, String)
Initializes a new instance of the AzureSQLAGWorkloadContainerProtectionContainer class.
public AzureSQLAGWorkloadContainerProtectionContainer (string friendlyName = default, string backupManagementType = default, string registrationStatus = default, string healthStatus = default, string protectableObjectType = default, string sourceResourceId = default, DateTime? lastUpdatedTime = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainerExtendedInfo extendedInfo = default, string workloadType = default, string operationType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSQLAGWorkloadContainerProtectionContainer : string * string * string * string * string * string * Nullable<DateTime> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainerExtendedInfo * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSQLAGWorkloadContainerProtectionContainer
Public Sub New (Optional friendlyName As String = Nothing, Optional backupManagementType As String = Nothing, Optional registrationStatus As String = Nothing, Optional healthStatus As String = Nothing, Optional protectableObjectType As String = Nothing, Optional sourceResourceId As String = Nothing, Optional lastUpdatedTime As Nullable(Of DateTime) = Nothing, Optional extendedInfo As AzureWorkloadContainerExtendedInfo = Nothing, Optional workloadType As String = Nothing, Optional operationType As String = Nothing)
Parameters
- friendlyName
- String
Friendly name of the container.
- backupManagementType
- String
Type of backup management for the container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'
- registrationStatus
- String
Status of registration of the container with the Recovery Services Vault.
- healthStatus
- String
Status of health of the container.
- protectableObjectType
- String
Type of the protectable object associated with this container
- sourceResourceId
- String
ARM ID of the virtual machine represented by this Azure Workload Container
- extendedInfo
- AzureWorkloadContainerExtendedInfo
Additional details of a workload container.
- workloadType
- String
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'
- operationType
- String
Re-Do Operation. Possible values include: 'Invalid', 'Register', 'Reregister'