ApplyClusterRecoveryPointContentProperties 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.
Input definition for apply cluster recovery point properties.
public class ApplyClusterRecoveryPointContentProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ApplyClusterRecoveryPointContentProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ApplyClusterRecoveryPointContentProperties>
type ApplyClusterRecoveryPointContentProperties = class
interface IJsonModel<ApplyClusterRecoveryPointContentProperties>
interface IPersistableModel<ApplyClusterRecoveryPointContentProperties>
Public Class ApplyClusterRecoveryPointContentProperties
Implements IJsonModel(Of ApplyClusterRecoveryPointContentProperties), IPersistableModel(Of ApplyClusterRecoveryPointContentProperties)
- Inheritance
-
ApplyClusterRecoveryPointContentProperties
- Implements
Constructors
ApplyClusterRecoveryPointContentProperties(ApplyClusterRecoveryPointProviderSpecificContent) |
Initializes a new instance of ApplyClusterRecoveryPointContentProperties. |
Properties
ClusterRecoveryPointId |
The cluster recovery point id to be passed to failover to a particular recovery point. |
IndividualNodeRecoveryPoints |
The list of individual node recovery points. |
ProviderSpecificDetails |
The provider specific input for applying cluster recovery point. Please note ApplyClusterRecoveryPointProviderSpecificContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include A2AApplyClusterRecoveryPointContent. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ApplyClusterRecoveryPointContentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApplyClusterRecoveryPointContentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApplyClusterRecoveryPointContentProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApplyClusterRecoveryPointContentProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApplyClusterRecoveryPointContentProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |