ProtectionIntentQueryObject 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
ProtectionIntentQueryObject() |
Initializes a new instance of the ProtectionIntentQueryObject class. |
ProtectionIntentQueryObject(String, String, String, String) |
Initializes a new instance of the ProtectionIntentQueryObject class. |
ProtectionIntentQueryObject()
Initializes a new instance of the ProtectionIntentQueryObject class.
public ProtectionIntentQueryObject ();
Public Sub New ()
Applies to
ProtectionIntentQueryObject(String, String, String, String)
Initializes a new instance of the ProtectionIntentQueryObject class.
public ProtectionIntentQueryObject (string backupManagementType = default, string itemType = default, string parentName = default, string itemName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentQueryObject : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentQueryObject
Public Sub New (Optional backupManagementType As String = Nothing, Optional itemType As String = Nothing, Optional parentName As String = Nothing, Optional itemName As String = Nothing)
Parameters
- 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', 'SQLInstance', 'SQLAvailabilityGroupContainer'
- parentName
- String
Parent name of the intent
- itemName
- String
Item name of the intent