Sdílet prostřednictvím


VolumePatchPropertiesDataProtection Constructors

Definition

Overloads

VolumePatchPropertiesDataProtection()

Initializes a new instance of the VolumePatchPropertiesDataProtection class.

VolumePatchPropertiesDataProtection(VolumeSnapshotProperties)

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(VolumeSnapshotProperties)

Initializes a new instance of the VolumePatchPropertiesDataProtection class.

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

Parameters

snapshot
VolumeSnapshotProperties

Snapshot properties.

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.

Applies to