VolumeBackupProperties 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
VolumeBackupProperties() |
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>, 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
- backupVaultId
- String
Backup Vault Resource ID