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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET