HyperVReplicaAzureApplyRecoveryPointContent Class

Definition

ApplyRecoveryPoint input specific to HyperVReplicaAzure provider.

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

Constructors

HyperVReplicaAzureApplyRecoveryPointContent()

Initializes a new instance of HyperVReplicaAzureApplyRecoveryPointContent.

Properties

PrimaryKekCertificatePfx

The primary kek certificate pfx.

SecondaryKekCertificatePfx

The secondary kek certificate pfx.

Explicit Interface Implementations

IJsonModel<HyperVReplicaAzureApplyRecoveryPointContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HyperVReplicaAzureApplyRecoveryPointContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SiteRecoveryApplyRecoveryPointProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SiteRecoveryApplyRecoveryPointProviderSpecificContent)
IJsonModel<SiteRecoveryApplyRecoveryPointProviderSpecificContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryApplyRecoveryPointProviderSpecificContent)
IPersistableModel<HyperVReplicaAzureApplyRecoveryPointContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HyperVReplicaAzureApplyRecoveryPointContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HyperVReplicaAzureApplyRecoveryPointContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SiteRecoveryApplyRecoveryPointProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SiteRecoveryApplyRecoveryPointProviderSpecificContent)
IPersistableModel<SiteRecoveryApplyRecoveryPointProviderSpecificContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SiteRecoveryApplyRecoveryPointProviderSpecificContent)
IPersistableModel<SiteRecoveryApplyRecoveryPointProviderSpecificContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SiteRecoveryApplyRecoveryPointProviderSpecificContent)

Applies to