次の方法で共有


AzureSqlProtectedItem クラス

定義

ワークロード固有のバックアップ項目をAzure SQLします。

[Newtonsoft.Json.JsonObject("Microsoft.Sql/servers/databases")]
public class AzureSqlProtectedItem : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItem
[<Newtonsoft.Json.JsonObject("Microsoft.Sql/servers/databases")>]
type AzureSqlProtectedItem = class
    inherit ProtectedItem
Public Class AzureSqlProtectedItem
Inherits ProtectedItem
継承
AzureSqlProtectedItem
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

AzureSqlProtectedItem()

AzureSqlProtectedItem クラスの新しいインスタンスを初期化します。

AzureSqlProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, String, AzureSqlProtectedItemExtendedInfo)

AzureSqlProtectedItem クラスの新しいインスタンスを初期化します。

プロパティ

BackupManagementType

バックアップ項目のバックアップ管理の種類を取得または設定します。 使用できる値は、'Invalid'、'AzureIaasVM'、'MAB'、'DPM'、'AzureBackupServer'、'AzureSql'、'AzureStorage'、'AzureWorkload'、'DefaultBackup' です。

(継承元 ProtectedItem)
BackupSetName

バックアップ項目が属するバックアップ セットの名前を取得または設定します

(継承元 ProtectedItem)
ContainerName

コンテナーの一意の名前を取得または設定します

(継承元 ProtectedItem)
CreateMode

論理的に削除された既存のデータ ソースの復旧または新しいデータ ソースの作成を示す作成モードを取得または設定します。 使用可能な値は次のとおりです: 'Invalid'、'Default'、'Recover'

(継承元 ProtectedItem)
DeferredDeleteTimeInUTC

UTC での遅延削除の時刻を取得または設定します

(継承元 ProtectedItem)
DeferredDeleteTimeRemaining

遅延削除のマークが付けられた DS が完全に削除されるまでの残り時間を取得または設定します

(継承元 ProtectedItem)
ExtendedInfo

このバックアップ項目の追加情報を取得または設定します。

IsDeferredDeleteScheduleUpcoming

遅延削除された DS が間もなく消去されるかどうかを識別するフラグを取得または設定します

(継承元 ProtectedItem)
IsRehydrate

段階的に削除された DS を一時停止状態に移動することを識別するフラグを取得または設定します。

(継承元 ProtectedItem)
IsScheduledForDeferredDelete

DS が遅延削除用にスケジュールされているかどうかを識別するフラグを取得または設定します。

(継承元 ProtectedItem)
LastRecoveryPoint

このバックアップ項目に対して最後の (最新の) バックアップ コピーが作成されたときのタイムスタンプを取得または設定します。

(継承元 ProtectedItem)
PolicyId

この項目をバックアップするバックアップ ポリシーの ID を取得または設定します。

(継承元 ProtectedItem)
ProtectedItemDataId

バックアップ項目の内部 ID を取得または設定します。 Azure SQL バックアップ エンジンが Recovery Services に接続するために使用します。

ProtectionState

バックアップされた項目のバックアップ状態を取得または設定します。 使用可能な値には、'Invalid'、'IRPending'、'Protected'、'ProtectionError'、'ProtectionStopped'、'ProtectionPaused' などがあります。

ResourceGuardOperationRequests

LAC チェックを実行する resourceGuardOperationRequests を取得または設定します

(継承元 ProtectedItem)
SourceResourceId

バックアップするリソースの ARM ID を取得または設定します。

(継承元 ProtectedItem)
WorkloadType

この項目が表すワークロードの種類を取得または設定します。 使用可能な値には、'Invalid'、'VM'、'FileFolder'、'AzureSqlDb'、'SQLDB'、'Exchange'、'Sharepoint'、'VMwareVM'、'SystemState'、'Client'、'GenericDataSource'、'SQLDataBase'、'AzureFileShare'、'SAPHanaDatabase'、'SAPAseDatabase' などがあります。

(継承元 ProtectedItem)

適用対象