SwitchProtectionJobDetails Class

Definition

This class represents details for switch protection job.

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

Properties

AffectedObjectDetails

The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details.

(Inherited from SiteRecoveryJobDetails)
NewReplicationProtectedItemId

ARM Id of the new replication protected item.

Explicit Interface Implementations

IJsonModel<SiteRecoveryJobDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryJobDetails)
IJsonModel<SwitchProtectionJobDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SwitchProtectionJobDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryJobDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SiteRecoveryJobDetails)
IPersistableModel<SwitchProtectionJobDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SwitchProtectionJobDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SwitchProtectionJobDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to