WorkloadSapAsePointInTimeRestoreContent 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.
AzureWorkload SAP Ase-specific restore. Specifically for PointInTime/Log restore.
public class WorkloadSapAsePointInTimeRestoreContent : Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadSapAseRestoreContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadSapAsePointInTimeRestoreContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadSapAsePointInTimeRestoreContent>
type WorkloadSapAsePointInTimeRestoreContent = class
inherit WorkloadSapAseRestoreContent
interface IJsonModel<WorkloadSapAsePointInTimeRestoreContent>
interface IPersistableModel<WorkloadSapAsePointInTimeRestoreContent>
Public Class WorkloadSapAsePointInTimeRestoreContent
Inherits WorkloadSapAseRestoreContent
Implements IJsonModel(Of WorkloadSapAsePointInTimeRestoreContent), IPersistableModel(Of WorkloadSapAsePointInTimeRestoreContent)
- Inheritance
-
WorkloadSapAsePointInTimeRestoreContent
- Implements
Constructors
WorkloadSapAsePointInTimeRestoreContent() |
Initializes a new instance of WorkloadSapAsePointInTimeRestoreContent. |
Properties
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) |
ResourceGuardOperationRequests |
ResourceGuardOperationRequests on which LAC check will be performed. (Inherited from RestoreContent) |
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) |