Share via


CrossRegionRestoreDetails Class

Definition

Cross Region Restore details.

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

Constructors

CrossRegionRestoreDetails(AzureLocation, ResourceIdentifier)

Initializes a new instance of CrossRegionRestoreDetails.

Properties

SourceBackupInstanceId

Gets the source backup instance id.

SourceRegion

Gets the source region.

Explicit Interface Implementations

IJsonModel<CrossRegionRestoreDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CrossRegionRestoreDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CrossRegionRestoreDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CrossRegionRestoreDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CrossRegionRestoreDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to