ProtectionPolicyQueryObject 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
ProtectionPolicyQueryObject() |
Initializes a new instance of the ProtectionPolicyQueryObject class. |
ProtectionPolicyQueryObject(String, String, String) |
Initializes a new instance of the ProtectionPolicyQueryObject class. |
ProtectionPolicyQueryObject()
Initializes a new instance of the ProtectionPolicyQueryObject class.
public ProtectionPolicyQueryObject ();
Public Sub New ()
Applies to
ProtectionPolicyQueryObject(String, String, String)
Initializes a new instance of the ProtectionPolicyQueryObject class.
public ProtectionPolicyQueryObject (string backupManagementType = default, string fabricName = default, string workloadType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionPolicyQueryObject : string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionPolicyQueryObject
Public Sub New (Optional backupManagementType As String = Nothing, Optional fabricName As String = Nothing, Optional workloadType As String = Nothing)
Parameters
- backupManagementType
- String
Backup management type for the backup policy. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'
- fabricName
- String
Fabric name for filter
- workloadType
- String
Workload type for the backup policy. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'