共用方式為


AzureWorkloadSQLRestoreRequest interface

AzureWorkload SQL -specific 還原。 特別是完整/差異還原

Extends

屬性

alternateDirectoryPaths

數據目錄詳細數據

isNonRecoverable

嘗試還原作業時,用戶可以選擇設定無復原的 SQL 特定屬性

objectType

多型歧視性,指定這個物件可以是的不同類型

shouldUseAlternateTargetLocation

默認選項設定為 true。 如果此值設定為 false,則必須提供替代資料目錄

繼承的屬性

propertyBag

工作負載特定屬性包。

recoveryMode

定義目前的復原模式是檔案還原或資料庫還原

recoveryType

此復原的類型。

resourceGuardOperationRequests

將執行 LAC 檢查的 ResourceGuardOperationRequests

snapshotRestoreParameters

快照集復原的其他詳細數據 目前用於 SAP Hana 的快照集。

sourceResourceId

正在復原執行之工作負載之 VM 的完整 ARM 識別碼。

targetInfo

目標資料庫的詳細數據

targetResourceGroupName

定義目標 VM 的資源群組

targetVirtualMachineId

這是目標 VM 的完整 ARM 標識符,例如 /subscriptions/{subId}/resourcegroups/{rg}/provider/Microsoft.Compute/virtualmachines/{vm}

userAssignedManagedIdentityDetails

使用者指派的受控識別詳細數據 目前用於快照集。

屬性詳細資料

alternateDirectoryPaths

數據目錄詳細數據

alternateDirectoryPaths?: SQLDataDirectoryMapping[]

屬性值

isNonRecoverable

嘗試還原作業時,用戶可以選擇設定無復原的 SQL 特定屬性

isNonRecoverable?: boolean

屬性值

boolean

objectType

多型歧視性,指定這個物件可以是的不同類型

objectType: "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest"

屬性值

"AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest"

shouldUseAlternateTargetLocation

默認選項設定為 true。 如果此值設定為 false,則必須提供替代資料目錄

shouldUseAlternateTargetLocation?: boolean

屬性值

boolean

繼承的屬性詳細資料

propertyBag

工作負載特定屬性包。

propertyBag?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

繼承自AzureWorkloadRestoreRequest.propertyBag

recoveryMode

定義目前的復原模式是檔案還原或資料庫還原

recoveryMode?: string

屬性值

string

繼承自AzureWorkloadRestoreRequest.recoveryMode

recoveryType

此復原的類型。

recoveryType?: string

屬性值

string

繼承自AzureWorkloadRestoreRequest.recoveryType

resourceGuardOperationRequests

將執行 LAC 檢查的 ResourceGuardOperationRequests

resourceGuardOperationRequests?: string[]

屬性值

string[]

繼承自AzureWorkloadRestoreRequest.resourceGuardOperationRequests

snapshotRestoreParameters

快照集復原的其他詳細數據 目前用於 SAP Hana 的快照集。

snapshotRestoreParameters?: SnapshotRestoreParameters

屬性值

繼承自AzureWorkloadRestoreRequest.snapshotRestoreParameters

sourceResourceId

正在復原執行之工作負載之 VM 的完整 ARM 識別碼。

sourceResourceId?: string

屬性值

string

繼承自AzureWorkloadRestoreRequest.sourceResourceId

targetInfo

目標資料庫的詳細數據

targetInfo?: TargetRestoreInfo

屬性值

繼承自AzureWorkloadRestoreRequest.targetInfo

targetResourceGroupName

定義目標 VM 的資源群組

targetResourceGroupName?: string

屬性值

string

繼承自AzureWorkloadRestoreRequest.targetResourceGroupName

targetVirtualMachineId

這是目標 VM 的完整 ARM 標識符,例如 /subscriptions/{subId}/resourcegroups/{rg}/provider/Microsoft.Compute/virtualmachines/{vm}

targetVirtualMachineId?: string

屬性值

string

繼承自AzureWorkloadRestoreRequest.targetVirtualMachineId

userAssignedManagedIdentityDetails

使用者指派的受控識別詳細數據 目前用於快照集。

userAssignedManagedIdentityDetails?: UserAssignedManagedIdentityDetails

屬性值

繼承自AzureWorkloadRestoreRequest.userAssignedManagedIdentityDetails