EnableProtectionProperties Class

Definition

Enable protection input properties.

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

Constructors

EnableProtectionProperties()

Initializes a new instance of EnableProtectionProperties.

Properties

PolicyId

The Policy Id.

ProtectableItemId

The protectable item Id.

ProviderSpecificDetails

The ReplicationProviderInput. For HyperVReplicaAzure provider, it will be AzureEnableProtectionInput object. For San provider, it will be SanEnableProtectionInput object. For HyperVReplicaAzure provider, it can be null. Please note EnableProtectionProviderSpecificContent 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 A2AEnableProtectionContent, A2ACrossClusterMigrationEnableProtectionContent, HyperVReplicaAzureEnableProtectionContent, InMageEnableProtectionContent, InMageAzureV2EnableProtectionContent and InMageRcmEnableProtectionContent.

Explicit Interface Implementations

IJsonModel<EnableProtectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EnableProtectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EnableProtectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EnableProtectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EnableProtectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to