Partilhar via


ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryRetentionVolume Método

Definição

Inicializa uma nova instância 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

Parâmetros

volumeName
String

O nome do volume.

capacityInBytes
Nullable<Int64>

A capacidade do volume.

freeSpaceInBytes
Nullable<Int64>

O espaço livre disponível neste volume.

thresholdPercentage
Nullable<Int32>

O percentual de limite.

Retornos

Uma nova SiteRecoveryRetentionVolume instância para simulação.

Aplica-se a