ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmUnplannedFailoverContent 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 InMageRcmUnplannedFailoverContent.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmUnplannedFailoverContent InMageRcmUnplannedFailoverContent (string performShutdown = default, Azure.Core.ResourceIdentifier recoveryPointId = default);
static member InMageRcmUnplannedFailoverContent : string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmUnplannedFailoverContent
Public Shared Function InMageRcmUnplannedFailoverContent (Optional performShutdown As String = Nothing, Optional recoveryPointId As ResourceIdentifier = Nothing) As InMageRcmUnplannedFailoverContent
Parameters
- performShutdown
- String
A value indicating whether VM is to be shutdown.
- recoveryPointId
- ResourceIdentifier
The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed.
Returns
A new InMageRcmUnplannedFailoverContent 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