ArmRecoveryServicesSiteRecoveryModelFactory.A2ARecoveryPointDetails 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 A2ARecoveryPointDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ARecoveryPointDetails A2ARecoveryPointDetails (Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPointSyncType? recoveryPointSyncType = default, System.Collections.Generic.IEnumerable<string> disks = default);
static member A2ARecoveryPointDetails : Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPointSyncType> * seq<string> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ARecoveryPointDetails
Public Shared Function A2ARecoveryPointDetails (Optional recoveryPointSyncType As Nullable(Of RecoveryPointSyncType) = Nothing, Optional disks As IEnumerable(Of String) = Nothing) As A2ARecoveryPointDetails
Parameters
- recoveryPointSyncType
- Nullable<RecoveryPointSyncType>
A value indicating whether the recovery point is multi VM consistent.
- disks
- IEnumerable<String>
List of disk ids representing a recovery point.
Returns
A new A2ARecoveryPointDetails instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET