Partager via


ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryRetentionVolume Méthode

Définition

Initialise une nouvelle instance de SiteRecoveryRetentionVolume.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryRetentionVolume SiteRecoveryRetentionVolume (string volumeName = default, long? capacityInBytes = default, long? freeSpaceInBytes = default, int? thresholdPercentage = default);
static member SiteRecoveryRetentionVolume : string * Nullable<int64> * Nullable<int64> * Nullable<int> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryRetentionVolume
Public Shared Function SiteRecoveryRetentionVolume (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) As SiteRecoveryRetentionVolume

Paramètres

volumeName
String

Nom du volume.

capacityInBytes
Nullable<Int64>

Capacité du volume.

freeSpaceInBytes
Nullable<Int64>

Espace libre disponible dans ce volume.

thresholdPercentage
Nullable<Int32>

Pourcentage de seuil.

Retours

Une nouvelle SiteRecoveryRetentionVolume instance pour se moquer.

S’applique à