AzureBackupServerContainer 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
AzureBackupServerContainer() |
Initializes a new instance of the AzureBackupServerContainer class. |
AzureBackupServerContainer(String, String, String, String, String, Nullable<Boolean>, String, Nullable<Int64>, String, IList<String>, Nullable<Boolean>, String, DPMContainerExtendedInfo) |
Initializes a new instance of the AzureBackupServerContainer class. |
AzureBackupServerContainer()
Initializes a new instance of the AzureBackupServerContainer class.
public AzureBackupServerContainer ();
Public Sub New ()
Applies to
AzureBackupServerContainer(String, String, String, String, String, Nullable<Boolean>, String, Nullable<Int64>, String, IList<String>, Nullable<Boolean>, String, DPMContainerExtendedInfo)
Initializes a new instance of the AzureBackupServerContainer class.
public AzureBackupServerContainer (string friendlyName = default, string backupManagementType = default, string registrationStatus = default, string healthStatus = default, string protectableObjectType = default, bool? canReRegister = default, string containerId = default, long? protectedItemCount = default, string dpmAgentVersion = default, System.Collections.Generic.IList<string> dpmServers = default, bool? upgradeAvailable = default, string protectionStatus = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.DPMContainerExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureBackupServerContainer : string * string * string * string * string * Nullable<bool> * string * Nullable<int64> * string * System.Collections.Generic.IList<string> * Nullable<bool> * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.DPMContainerExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureBackupServerContainer
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 canReRegister As Nullable(Of Boolean) = Nothing, Optional containerId As String = Nothing, Optional protectedItemCount As Nullable(Of Long) = Nothing, Optional dpmAgentVersion As String = Nothing, Optional dpmServers As IList(Of String) = Nothing, Optional upgradeAvailable As Nullable(Of Boolean) = Nothing, Optional protectionStatus As String = Nothing, Optional extendedInfo As DPMContainerExtendedInfo = 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
- containerId
- String
ID of container.
- dpmAgentVersion
- String
Backup engine Agent version
- protectionStatus
- String
Protection status of the container.
- extendedInfo
- DPMContainerExtendedInfo
Extended Info of the container.
Applies to
Azure SDK for .NET