Share via


VolumePatchPropertiesDataProtection_2022_11_01 Constructors

Definition

Overloads

VolumePatchPropertiesDataProtection_2022_11_01()

Initializes a new instance of the VolumePatchPropertiesDataProtection class.

VolumePatchPropertiesDataProtection_2022_11_01(VolumeSnapshotProperties)

Initializes a new instance of the VolumePatchPropertiesDataProtection class.

VolumePatchPropertiesDataProtection_2022_11_01(VolumeBackupProperties, VolumeSnapshotProperties)

Initializes a new instance of the VolumePatchPropertiesDataProtection class.

VolumePatchPropertiesDataProtection_2022_11_01()

Initializes a new instance of the VolumePatchPropertiesDataProtection class.

public VolumePatchPropertiesDataProtection_2022_11_01 ();
Public Sub New ()

Applies to

VolumePatchPropertiesDataProtection_2022_11_01(VolumeSnapshotProperties)

Initializes a new instance of the VolumePatchPropertiesDataProtection class.

public VolumePatchPropertiesDataProtection_2022_11_01 (Microsoft.Azure.Management.NetApp.Models.VolumeSnapshotProperties snapshot = default);
new Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesDataProtection_2022_11_01 : Microsoft.Azure.Management.NetApp.Models.VolumeSnapshotProperties -> Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesDataProtection_2022_11_01
Public Sub New (Optional snapshot As VolumeSnapshotProperties = Nothing)

Parameters

snapshot
VolumeSnapshotProperties

Snapshot properties.

Applies to

VolumePatchPropertiesDataProtection_2022_11_01(VolumeBackupProperties, VolumeSnapshotProperties)

Initializes a new instance of the VolumePatchPropertiesDataProtection class.

public VolumePatchPropertiesDataProtection_2022_11_01 (Microsoft.Azure.Management.NetApp.Models.VolumeBackupProperties backup = default, Microsoft.Azure.Management.NetApp.Models.VolumeSnapshotProperties snapshot = default);
new Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesDataProtection_2022_11_01 : Microsoft.Azure.Management.NetApp.Models.VolumeBackupProperties * Microsoft.Azure.Management.NetApp.Models.VolumeSnapshotProperties -> Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesDataProtection_2022_11_01
Public Sub New (Optional backup As VolumeBackupProperties = Nothing, Optional snapshot As VolumeSnapshotProperties = Nothing)

Parameters

backup
VolumeBackupProperties

Backup Properties

snapshot
VolumeSnapshotProperties

Snapshot properties.

Applies to