GenericContainer Constructors

Definition

Overloads

GenericContainer()

Initializes a new instance of the GenericContainer class.

GenericContainer(String, String, String, String, String, String, GenericContainerExtendedInfo)

Initializes a new instance of the GenericContainer class.

GenericContainer()

Initializes a new instance of the GenericContainer class.

public GenericContainer ();
Public Sub New ()

Applies to

GenericContainer(String, String, String, String, String, String, GenericContainerExtendedInfo)

Initializes a new instance of the GenericContainer class.

public GenericContainer (string friendlyName = default, string backupManagementType = default, string registrationStatus = default, string healthStatus = default, string protectableObjectType = default, string fabricName = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericContainerExtendedInfo extendedInformation = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericContainer : string * string * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericContainerExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericContainer
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 fabricName As String = Nothing, Optional extendedInformation As GenericContainerExtendedInfo = 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

fabricName
String

Name of the container's fabric

extendedInformation
GenericContainerExtendedInfo

Extended information (not returned in List container API calls)

Applies to