Delen via


CrossRegionRestoreJobContent Class

Definition

Details of CRR Job to be fetched.

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

Constructors

CrossRegionRestoreJobContent(AzureLocation, ResourceIdentifier, Guid)

Initializes a new instance of CrossRegionRestoreJobContent.

Properties

JobId

Gets the job id.

SourceBackupVaultId

Gets the source backup vault id.

SourceRegion

Gets the source region.

Explicit Interface Implementations

IJsonModel<CrossRegionRestoreJobContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CrossRegionRestoreJobContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CrossRegionRestoreJobContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CrossRegionRestoreJobContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CrossRegionRestoreJobContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to