A2AUnplannedFailoverContent 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 unplanned failover.
public class A2AUnplannedFailoverContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UnplannedFailoverProviderSpecificContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AUnplannedFailoverContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AUnplannedFailoverContent>
type A2AUnplannedFailoverContent = class
inherit UnplannedFailoverProviderSpecificContent
interface IJsonModel<A2AUnplannedFailoverContent>
interface IPersistableModel<A2AUnplannedFailoverContent>
Public Class A2AUnplannedFailoverContent
Inherits UnplannedFailoverProviderSpecificContent
Implements IJsonModel(Of A2AUnplannedFailoverContent), IPersistableModel(Of A2AUnplannedFailoverContent)
- Inheritance
- Implements
Constructors
A2AUnplannedFailoverContent() |
Initializes a new instance of A2AUnplannedFailoverContent. |
Properties
CloudServiceCreationOption |
A value indicating whether to use recovery cloud service for failover or not. |
RecoveryPointId |
The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed. |
Explicit Interface Implementations
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