Dela via


WorkloadSqlPointInTimeRestoreContent Class

Definition

AzureWorkload SQL -specific restore. Specifically for PointInTime/Log restore Please note WorkloadSqlPointInTimeRestoreContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include WorkloadSqlPointInTimeRestoreWithRehydrateContent.

public class WorkloadSqlPointInTimeRestoreContent : Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadSqlRestoreContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadSqlPointInTimeRestoreContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadSqlPointInTimeRestoreContent>
type WorkloadSqlPointInTimeRestoreContent = class
    inherit WorkloadSqlRestoreContent
    interface IJsonModel<WorkloadSqlPointInTimeRestoreContent>
    interface IPersistableModel<WorkloadSqlPointInTimeRestoreContent>
Public Class WorkloadSqlPointInTimeRestoreContent
Inherits WorkloadSqlRestoreContent
Implements IJsonModel(Of WorkloadSqlPointInTimeRestoreContent), IPersistableModel(Of WorkloadSqlPointInTimeRestoreContent)
Inheritance
Derived
Implements

Constructors

WorkloadSqlPointInTimeRestoreContent()

Initializes a new instance of WorkloadSqlPointInTimeRestoreContent.

Properties

AlternateDirectoryPaths

Data directory details.

(Inherited from WorkloadSqlRestoreContent)
IsNonRecoverable

SQL specific property where user can chose to set no-recovery when restore operation is tried.

(Inherited from WorkloadSqlRestoreContent)
PointInTime

PointInTime value.

PropertyBag

Workload specific property bag.

(Inherited from WorkloadRestoreContent)
RecoveryMode

Defines whether the current recovery mode is file restore or database restore.

(Inherited from WorkloadRestoreContent)
RecoveryType

Type of this recovery.

(Inherited from WorkloadRestoreContent)
ShouldUseAlternateTargetLocation

Default option set to true. If this is set to false, alternate data directory must be provided.

(Inherited from WorkloadSqlRestoreContent)
SnapshotRestoreParameters

Additional details for snapshot recovery Currently used for snapshot for SAP Hana.

(Inherited from WorkloadRestoreContent)
SourceResourceId

Fully qualified ARM ID of the VM on which workload that was running is being recovered.

(Inherited from WorkloadRestoreContent)
TargetInfo

Details of target database.

(Inherited from WorkloadRestoreContent)
TargetResourceGroupName

Defines the Resource group of the Target VM.

(Inherited from WorkloadRestoreContent)
TargetVirtualMachineId

This is the complete ARM Id of the target VM For e.g. /subscriptions/{subId}/resourcegroups/{rg}/provider/Microsoft.Compute/virtualmachines/{vm}

(Inherited from WorkloadRestoreContent)
UserAssignedManagedIdentityDetails

User Assigned managed identity details Currently used for snapshot.

(Inherited from WorkloadRestoreContent)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RestoreContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from RestoreContent)
IJsonModel<WorkloadRestoreContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from WorkloadRestoreContent)
IJsonModel<WorkloadSqlPointInTimeRestoreContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkloadSqlPointInTimeRestoreContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<WorkloadSqlRestoreContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from WorkloadSqlRestoreContent)
IPersistableModel<RestoreContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from RestoreContent)
IPersistableModel<WorkloadRestoreContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from WorkloadRestoreContent)
IPersistableModel<WorkloadSqlPointInTimeRestoreContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkloadSqlPointInTimeRestoreContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkloadSqlPointInTimeRestoreContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<WorkloadSqlRestoreContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from WorkloadSqlRestoreContent)

Applies to