VolumePatchPropertiesDataProtection 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
VolumePatchPropertiesDataProtection() |
Initializes a new instance of the VolumePatchPropertiesDataProtection class. |
VolumePatchPropertiesDataProtection(VolumeBackupProperties, VolumeSnapshotProperties) |
Initializes a new instance of the VolumePatchPropertiesDataProtection class. |
VolumePatchPropertiesDataProtection()
Initializes a new instance of the VolumePatchPropertiesDataProtection class.
public VolumePatchPropertiesDataProtection ();
Public Sub New ()
Applies to
VolumePatchPropertiesDataProtection(VolumeBackupProperties, VolumeSnapshotProperties)
Initializes a new instance of the VolumePatchPropertiesDataProtection class.
public VolumePatchPropertiesDataProtection (Microsoft.Azure.Management.NetApp.Models.VolumeBackupProperties backup = default, Microsoft.Azure.Management.NetApp.Models.VolumeSnapshotProperties snapshot = default);
new Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesDataProtection : Microsoft.Azure.Management.NetApp.Models.VolumeBackupProperties * Microsoft.Azure.Management.NetApp.Models.VolumeSnapshotProperties -> Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesDataProtection
Public Sub New (Optional backup As VolumeBackupProperties = Nothing, Optional snapshot As VolumeSnapshotProperties = Nothing)
Parameters
- backup
- VolumeBackupProperties
Backup Properties
- snapshot
- VolumeSnapshotProperties
Snapshot properties.