Aracılığıyla paylaş


VolumePropertiesDataProtection Constructors

Definition

Overloads

VolumePropertiesDataProtection()

Initializes a new instance of the VolumePropertiesDataProtection class.

VolumePropertiesDataProtection(ReplicationObject, VolumeSnapshotProperties, VolumeRelocationProperties)
VolumePropertiesDataProtection(VolumeBackupProperties, ReplicationObject, VolumeSnapshotProperties, VolumeRelocationProperties)

Initializes a new instance of the VolumePropertiesDataProtection class.

VolumePropertiesDataProtection()

Initializes a new instance of the VolumePropertiesDataProtection class.

public VolumePropertiesDataProtection ();
Public Sub New ()

Applies to

VolumePropertiesDataProtection(ReplicationObject, VolumeSnapshotProperties, VolumeRelocationProperties)

public VolumePropertiesDataProtection (Microsoft.Azure.Management.NetApp.Models.ReplicationObject replication = default, Microsoft.Azure.Management.NetApp.Models.VolumeSnapshotProperties snapshot = default, Microsoft.Azure.Management.NetApp.Models.VolumeRelocationProperties volumeRelocation = default);
new Microsoft.Azure.Management.NetApp.Models.VolumePropertiesDataProtection : Microsoft.Azure.Management.NetApp.Models.ReplicationObject * Microsoft.Azure.Management.NetApp.Models.VolumeSnapshotProperties * Microsoft.Azure.Management.NetApp.Models.VolumeRelocationProperties -> Microsoft.Azure.Management.NetApp.Models.VolumePropertiesDataProtection
Public Sub New (Optional replication As ReplicationObject = Nothing, Optional snapshot As VolumeSnapshotProperties = Nothing, Optional volumeRelocation As VolumeRelocationProperties = Nothing)

Parameters

replication
ReplicationObject
volumeRelocation
VolumeRelocationProperties

Applies to

VolumePropertiesDataProtection(VolumeBackupProperties, ReplicationObject, VolumeSnapshotProperties, VolumeRelocationProperties)

Initializes a new instance of the VolumePropertiesDataProtection class.

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

Parameters

backup
VolumeBackupProperties

Backup Properties

replication
ReplicationObject

Replication properties

snapshot
VolumeSnapshotProperties

Snapshot properties.

volumeRelocation
VolumeRelocationProperties

VolumeRelocation properties

Applies to