Share via


VolumeBackupProperties Constructors

Definition

Overloads

VolumeBackupProperties()

Initializes a new instance of the VolumeBackupProperties class.

VolumeBackupProperties(String, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the VolumeBackupProperties class.

VolumeBackupProperties(String, Nullable<Boolean>, String)

Initializes a new instance of the VolumeBackupProperties class.

VolumeBackupProperties()

Initializes a new instance of the VolumeBackupProperties class.

public VolumeBackupProperties ();
Public Sub New ()

Applies to

VolumeBackupProperties(String, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the VolumeBackupProperties class.

public VolumeBackupProperties (string backupPolicyId = default, bool? policyEnforced = default, bool? backupEnabled = default);
new Microsoft.Azure.Management.NetApp.Models.VolumeBackupProperties : string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.NetApp.Models.VolumeBackupProperties
Public Sub New (Optional backupPolicyId As String = Nothing, Optional policyEnforced As Nullable(Of Boolean) = Nothing, Optional backupEnabled As Nullable(Of Boolean) = Nothing)

Parameters

backupPolicyId
String

Backup Policy Resource ID

policyEnforced
Nullable<Boolean>

Policy Enforced

backupEnabled
Nullable<Boolean>

Backup Enabled

Applies to

VolumeBackupProperties(String, Nullable<Boolean>, String)

Initializes a new instance of the VolumeBackupProperties class.

public VolumeBackupProperties (string backupPolicyId = default, bool? policyEnforced = default, string backupVaultId = default);
new Microsoft.Azure.Management.NetApp.Models.VolumeBackupProperties : string * Nullable<bool> * string -> Microsoft.Azure.Management.NetApp.Models.VolumeBackupProperties
Public Sub New (Optional backupPolicyId As String = Nothing, Optional policyEnforced As Nullable(Of Boolean) = Nothing, Optional backupVaultId As String = Nothing)

Parameters

backupPolicyId
String

Backup Policy Resource ID

policyEnforced
Nullable<Boolean>

Policy Enforced

backupVaultId
String

Backup Vault Resource ID

Applies to