BMSContainerQueryObject 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
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
Azure SDK for .NET