ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryRetentionVolume Method
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.
Initializes a new instance of 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
Parameters
- volumeName
- String
The volume name.
Returns
A new SiteRecoveryRetentionVolume instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET