AzureWorkloadSQLAutoProtectionIntent Constructors

Definition

Overloads

AzureWorkloadSQLAutoProtectionIntent()

Initializes a new instance of the AzureWorkloadSQLAutoProtectionIntent class.

AzureWorkloadSQLAutoProtectionIntent(String, String, String, String, String, String)

Initializes a new instance of the AzureWorkloadSQLAutoProtectionIntent class.

AzureWorkloadSQLAutoProtectionIntent()

Initializes a new instance of the AzureWorkloadSQLAutoProtectionIntent class.

public AzureWorkloadSQLAutoProtectionIntent ();
Public Sub New ()

Applies to

AzureWorkloadSQLAutoProtectionIntent(String, String, String, String, String, String)

Initializes a new instance of the AzureWorkloadSQLAutoProtectionIntent class.

public AzureWorkloadSQLAutoProtectionIntent (string backupManagementType = default, string sourceResourceId = default, string itemId = default, string policyId = default, string protectionState = default, string workloadItemType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLAutoProtectionIntent : string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLAutoProtectionIntent
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, Optional workloadItemType 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'

workloadItemType
String

Workload item type of the item for which intent is to be set. Possible values include: 'Invalid', 'SQLInstance', 'SQLDataBase', 'SAPHanaSystem', 'SAPHanaDatabase', 'SAPAseSystem', 'SAPAseDatabase'

Applies to