ProtectedItemQueryObject 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
ProtectedItemQueryObject() |
Initializes a new instance of the ProtectedItemQueryObject class. |
ProtectedItemQueryObject(String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the ProtectedItemQueryObject class. |
ProtectedItemQueryObject()
Initializes a new instance of the ProtectedItemQueryObject class.
public ProtectedItemQueryObject ();
Public Sub New ()
Applies to
ProtectedItemQueryObject(String, String, String, String, String, String, String, String, String)
Initializes a new instance of the ProtectedItemQueryObject class.
public ProtectedItemQueryObject (string healthState = default, string backupManagementType = default, string itemType = default, string policyName = default, string containerName = default, string backupEngineName = default, string friendlyName = default, string fabricName = default, string backupSetName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemQueryObject : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemQueryObject
Public Sub New (Optional healthState As String = Nothing, Optional backupManagementType As String = Nothing, Optional itemType As String = Nothing, Optional policyName As String = Nothing, Optional containerName As String = Nothing, Optional backupEngineName As String = Nothing, Optional friendlyName As String = Nothing, Optional fabricName As String = Nothing, Optional backupSetName As String = Nothing)
Parameters
- healthState
- String
Health State for the backed up item. Possible values include: 'Passed', 'ActionRequired', 'ActionSuggested', 'Invalid'
- backupManagementType
- String
Backup management type for the backed up item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'
- itemType
- String
Type of workload this item represents. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'
- policyName
- String
Backup policy name associated with the backup item.
- containerName
- String
Name of the container.
- backupEngineName
- String
Backup Engine name
- friendlyName
- String
Friendly name of protected item
- fabricName
- String
Name of the fabric.
- backupSetName
- String
Name of the backup set.
Applies to
Azure SDK for .NET