VolumePatchPropertiesDataProtection_2022_11_01 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_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.