A2ATestFailoverContent Class
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.
A2A provider specific input for test failover.
public class A2ATestFailoverContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TestFailoverProviderSpecificContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ATestFailoverContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ATestFailoverContent>
type A2ATestFailoverContent = class
inherit TestFailoverProviderSpecificContent
interface IJsonModel<A2ATestFailoverContent>
interface IPersistableModel<A2ATestFailoverContent>
Public Class A2ATestFailoverContent
Inherits TestFailoverProviderSpecificContent
Implements IJsonModel(Of A2ATestFailoverContent), IPersistableModel(Of A2ATestFailoverContent)
- Inheritance
- Implements
Constructors
A2ATestFailoverContent() |
Initializes a new instance of A2ATestFailoverContent. |
Properties
CloudServiceCreationOption |
A value indicating whether to use recovery cloud service for TFO or not. |
RecoveryPointId |
The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET