Partager via


RetentionVolume Constructors

Definition

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.

capacityInBytes
Nullable<Int64>

The volume capacity.

freeSpaceInBytes
Nullable<Int64>

The free space available in this volume.

thresholdPercentage
Nullable<Int32>

The threshold percentage.

Applies to