CrossRegionRestoreDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
type CrossRegionRestoreDetails = class
interface IJsonModel<CrossRegionRestoreDetails>
interface IPersistableModel<CrossRegionRestoreDetails>
Public Class CrossRegionRestoreDetails
Implements IJsonModel(Of CrossRegionRestoreDetails), IPersistableModel(Of CrossRegionRestoreDetails)
- Inheritance
-
CrossRegionRestoreDetails
- Implements
Constructors
| Name | Description |
|---|---|
| CrossRegionRestoreDetails(AzureLocation, ResourceIdentifier) |
Initializes a new instance of CrossRegionRestoreDetails. |
Properties
| Name | Description |
|---|---|
| SourceBackupInstanceId |
Gets the source backup instance id. |
| SourceRegion |
Gets the source region. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |