RetentionVolume 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
RetentionVolume() |
Initializes a new instance of the RetentionVolume class. |
RetentionVolume(String, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>) |
Initializes a new instance of the RetentionVolume class. |
RetentionVolume()
Initializes a new instance of the RetentionVolume class.
public RetentionVolume ();
Public Sub New ()
Applies to
RetentionVolume(String, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>)
Initializes a new instance of the RetentionVolume class.
public RetentionVolume (string volumeName = default, long? capacityInBytes = default, long? freeSpaceInBytes = default, int? thresholdPercentage = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RetentionVolume : string * Nullable<int64> * Nullable<int64> * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RetentionVolume
Public Sub New (Optional volumeName As String = Nothing, Optional capacityInBytes As Nullable(Of Long) = Nothing, Optional freeSpaceInBytes As Nullable(Of Long) = Nothing, Optional thresholdPercentage As Nullable(Of Integer) = Nothing)
Parameters
- volumeName
- String
The volume name.