ArmRecoveryServicesBackupModelFactory.BackupServerContainer Method

Definition

public static Azure.ResourceManager.RecoveryServicesBackup.Models.BackupServerContainer BackupServerContainer(string friendlyName = default, Azure.ResourceManager.RecoveryServicesBackup.Models.BackupManagementType? 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.IEnumerable<string> dpmServers = default, bool? isUpgradeAvailable = default, string protectionStatus = default, DateTimeOffset? extendedInfoLastRefreshedOn = default);
static member BackupServerContainer : string * Nullable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupManagementType> * string * string * string * Nullable<bool> * string * Nullable<int64> * string * seq<string> * Nullable<bool> * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.RecoveryServicesBackup.Models.BackupServerContainer
Public Shared Function BackupServerContainer (Optional friendlyName As String = Nothing, Optional backupManagementType As Nullable(Of BackupManagementType) = 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 IEnumerable(Of String) = Nothing, Optional isUpgradeAvailable As Nullable(Of Boolean) = Nothing, Optional protectionStatus As String = Nothing, Optional extendedInfoLastRefreshedOn As Nullable(Of DateTimeOffset) = Nothing) As BackupServerContainer

Parameters

friendlyName
String

Friendly name of the container.

backupManagementType
Nullable<BackupManagementType>

Type of backup management for the container.

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.

canReRegister
Nullable<Boolean>

Specifies whether the container is re-registrable.

containerId
String

ID of container.

protectedItemCount
Nullable<Int64>

Number of protected items in the BackupEngine.

dpmAgentVersion
String

Backup engine Agent version.

dpmServers
IEnumerable<String>

List of BackupEngines protecting the container.

isUpgradeAvailable
Nullable<Boolean>

To check if upgrade available.

protectionStatus
String

Protection status of the container.

extendedInfoLastRefreshedOn
Nullable<DateTimeOffset>

Last refresh time of the DPMContainer.

Returns

A new BackupServerContainer instance for mocking.

Applies to