AzureWorkloadContainerAutoProtectionIntent 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
AzureWorkloadContainerAutoProtectionIntent() |
Initializes a new instance of the AzureWorkloadContainerAutoProtectionIntent class. |
AzureWorkloadContainerAutoProtectionIntent(String, String, String, String, String) |
Initializes a new instance of the AzureWorkloadContainerAutoProtectionIntent class. |
AzureWorkloadContainerAutoProtectionIntent()
Initializes a new instance of the AzureWorkloadContainerAutoProtectionIntent class.
public AzureWorkloadContainerAutoProtectionIntent ();
Public Sub New ()
Applies to
AzureWorkloadContainerAutoProtectionIntent(String, String, String, String, String)
Initializes a new instance of the AzureWorkloadContainerAutoProtectionIntent class.
public AzureWorkloadContainerAutoProtectionIntent (string backupManagementType = default, string sourceResourceId = default, string itemId = default, string policyId = default, string protectionState = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainerAutoProtectionIntent : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainerAutoProtectionIntent
Public Sub New (Optional backupManagementType As String = Nothing, Optional sourceResourceId As String = Nothing, Optional itemId As String = Nothing, Optional policyId As String = Nothing, Optional protectionState As String = Nothing)
Parameters
- backupManagementType
- String
Type of backup management for the backed up item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'
- sourceResourceId
- String
ARM ID of the resource to be backed up.
- itemId
- String
ID of the item which is getting protected, In case of Azure Vm , it is ProtectedItemId
- policyId
- String
ID of the backup policy with which this item is backed up.
- protectionState
- String
Backup state of this backup item. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'