Delen via


AzureVmWorkloadSAPHanaDatabaseProtectableItem Constructors

Definition

Overloads

AzureVmWorkloadSAPHanaDatabaseProtectableItem()

Initializes a new instance of the AzureVmWorkloadSAPHanaDatabaseProtectableItem class.

AzureVmWorkloadSAPHanaDatabaseProtectableItem(String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, PreBackupValidation)

Initializes a new instance of the AzureVmWorkloadSAPHanaDatabaseProtectableItem class.

AzureVmWorkloadSAPHanaDatabaseProtectableItem()

Initializes a new instance of the AzureVmWorkloadSAPHanaDatabaseProtectableItem class.

public AzureVmWorkloadSAPHanaDatabaseProtectableItem ();
Public Sub New ()

Applies to

AzureVmWorkloadSAPHanaDatabaseProtectableItem(String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, PreBackupValidation)

Initializes a new instance of the AzureVmWorkloadSAPHanaDatabaseProtectableItem class.

public AzureVmWorkloadSAPHanaDatabaseProtectableItem (string backupManagementType = default, string workloadType = default, string friendlyName = default, string protectionState = default, string parentName = default, string parentUniqueName = default, string serverName = default, bool? isAutoProtectable = default, bool? isAutoProtected = default, int? subinquireditemcount = default, int? subprotectableitemcount = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreBackupValidation prebackupvalidation = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVmWorkloadSAPHanaDatabaseProtectableItem : string * string * string * string * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreBackupValidation -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVmWorkloadSAPHanaDatabaseProtectableItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional friendlyName As String = Nothing, Optional protectionState As String = Nothing, Optional parentName As String = Nothing, Optional parentUniqueName As String = Nothing, Optional serverName As String = Nothing, Optional isAutoProtectable As Nullable(Of Boolean) = Nothing, Optional isAutoProtected As Nullable(Of Boolean) = Nothing, Optional subinquireditemcount As Nullable(Of Integer) = Nothing, Optional subprotectableitemcount As Nullable(Of Integer) = Nothing, Optional prebackupvalidation As PreBackupValidation = Nothing)

Parameters

backupManagementType
String

Type of backup management to backup an item.

workloadType
String

Type of workload for the backup management

friendlyName
String

Friendly name of the backup item.

protectionState
String

State of the back up item. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'

parentName
String

Name for instance or AG

parentUniqueName
String

Parent Unique Name is added to provide the service formatted URI Name of the Parent Only Applicable for data bases where the parent would be either Instance or a SQL AG.

serverName
String

Host/Cluster Name for instance or AG

isAutoProtectable
Nullable<Boolean>

Indicates if protectable item is auto-protectable

isAutoProtected
Nullable<Boolean>

Indicates if protectable item is auto-protected

subinquireditemcount
Nullable<Int32>

For instance or AG, indicates number of DB's present

subprotectableitemcount
Nullable<Int32>

For instance or AG, indicates number of DB's to be protected

prebackupvalidation
PreBackupValidation

Pre-backup validation for protectable objects

Applies to