Delen via


BMSContainerQueryObject Constructors

Definition

Overloads

BMSContainerQueryObject()

Initializes a new instance of the BMSContainerQueryObject class.

BMSContainerQueryObject(String, String, String, String, String, String)

Initializes a new instance of the BMSContainerQueryObject class.

BMSContainerQueryObject()

Initializes a new instance of the BMSContainerQueryObject class.

public BMSContainerQueryObject ();
Public Sub New ()

Applies to

BMSContainerQueryObject(String, String, String, String, String, String)

Initializes a new instance of the BMSContainerQueryObject class.

public BMSContainerQueryObject (string backupManagementType, string containerType = default, string backupEngineName = default, string fabricName = default, string status = default, string friendlyName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSContainerQueryObject : string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSContainerQueryObject
Public Sub New (backupManagementType As String, Optional containerType As String = Nothing, Optional backupEngineName As String = Nothing, Optional fabricName As String = Nothing, Optional status As String = Nothing, Optional friendlyName As String = Nothing)

Parameters

backupManagementType
String

Backup management type for this container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

containerType
String

Type of container for filter. Possible values include: 'Invalid', 'Unknown', 'IaasVMContainer', 'IaasVMServiceContainer', 'DPMContainer', 'AzureBackupServerContainer', 'MABContainer', 'Cluster', 'AzureSqlContainer', 'Windows', 'VCenter', 'VMAppContainer', 'SQLAGWorkLoadContainer', 'StorageContainer', 'GenericContainer'

backupEngineName
String

Backup engine name

fabricName
String

Fabric name for filter

status
String

Status of registration of this container with the Recovery Services Vault.

friendlyName
String

Friendly name of this container.

Applies to