Share via


SiteRecoveryCreateRecoveryPlanProperties Class

Definition

Recovery plan creation properties.

public class SiteRecoveryCreateRecoveryPlanProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryCreateRecoveryPlanProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryCreateRecoveryPlanProperties>
type SiteRecoveryCreateRecoveryPlanProperties = class
    interface IJsonModel<SiteRecoveryCreateRecoveryPlanProperties>
    interface IPersistableModel<SiteRecoveryCreateRecoveryPlanProperties>
Public Class SiteRecoveryCreateRecoveryPlanProperties
Implements IJsonModel(Of SiteRecoveryCreateRecoveryPlanProperties), IPersistableModel(Of SiteRecoveryCreateRecoveryPlanProperties)
Inheritance
SiteRecoveryCreateRecoveryPlanProperties
Implements

Constructors

Name Description
SiteRecoveryCreateRecoveryPlanProperties(ResourceIdentifier, ResourceIdentifier, IEnumerable<SiteRecoveryPlanGroup>)

Initializes a new instance of SiteRecoveryCreateRecoveryPlanProperties.

Properties

Name Description
FailoverDeploymentModel

The failover deployment model.

Groups

The recovery plan groups.

PrimaryFabricId

The primary fabric Id.

ProviderSpecificContent

The provider specific input. Please note RecoveryPlanProviderSpecificContent 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 RecoveryPlanA2AContent.

RecoveryFabricId

The recovery fabric Id.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SiteRecoveryCreateRecoveryPlanProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SiteRecoveryCreateRecoveryPlanProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryCreateRecoveryPlanProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryCreateRecoveryPlanProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SiteRecoveryCreateRecoveryPlanProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to