次の方法で共有


AzureSqlProtectedItem コンストラクター

定義

オーバーロード

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 クラスの新しいインスタンスを初期化します。

AzureSqlProtectedItem()

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

public AzureSqlProtectedItem ();
Public Sub New ()

適用対象

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 クラスの新しいインスタンスを初期化します。

public AzureSqlProtectedItem (string backupManagementType = default, string workloadType = default, string containerName = default, string sourceResourceId = default, string policyId = default, DateTime? lastRecoveryPoint = default, string backupSetName = default, string createMode = default, DateTime? deferredDeleteTimeInUTC = default, bool? isScheduledForDeferredDelete = default, string deferredDeleteTimeRemaining = default, bool? isDeferredDeleteScheduleUpcoming = default, bool? isRehydrate = default, System.Collections.Generic.IList<string> resourceGuardOperationRequests = default, string protectedItemDataId = default, string protectionState = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureSqlProtectedItemExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureSqlProtectedItem : string * string * string * string * string * Nullable<DateTime> * string * string * Nullable<DateTime> * Nullable<bool> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureSqlProtectedItemExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureSqlProtectedItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional containerName As String = Nothing, Optional sourceResourceId As String = Nothing, Optional policyId As String = Nothing, Optional lastRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional backupSetName As String = Nothing, Optional createMode As String = Nothing, Optional deferredDeleteTimeInUTC As Nullable(Of DateTime) = Nothing, Optional isScheduledForDeferredDelete As Nullable(Of Boolean) = Nothing, Optional deferredDeleteTimeRemaining As String = Nothing, Optional isDeferredDeleteScheduleUpcoming As Nullable(Of Boolean) = Nothing, Optional isRehydrate As Nullable(Of Boolean) = Nothing, Optional resourceGuardOperationRequests As IList(Of String) = Nothing, Optional protectedItemDataId As String = Nothing, Optional protectionState As String = Nothing, Optional extendedInfo As AzureSqlProtectedItemExtendedInfo = Nothing)

パラメーター

backupManagementType
String

バックアップ項目のバックアップ管理の種類。 指定できる値は、'Invalid'、'AzureIaasVM'、'MAB'、'DPM'、'AzureBackupServer'、'AzureSql'、'AzureStorage'、'AzureWorkload'、'DefaultBackup' です。

workloadType
String

この項目が表すワークロードの種類。 指定できる値は、'Invalid'、'VM'、'FileFolder'、'AzureSqlDb'、'SQLDB'、'Exchange'、'Sharepoint'、'VMwareVM'、'SystemState'、'Client'、'GenericDataSource'、'SQLDataBase'、'AzureFileShare'、'SAPHanaDatabase'、'SAPAseDatabase' です。

containerName
String

コンテナーの一意の名前

sourceResourceId
String

バックアップするリソースの ARM ID。

policyId
String

この項目がバックアップされるバックアップ ポリシーの ID。

lastRecoveryPoint
Nullable<DateTime>

このバックアップ項目の最後の (最新の) バックアップ コピーが作成されたときのタイムスタンプ。

backupSetName
String

バックアップ項目が属するバックアップ セットの名前

createMode
String

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

deferredDeleteTimeInUTC
Nullable<DateTime>

遅延削除の時刻 (UTC)

isScheduledForDeferredDelete
Nullable<Boolean>

DS が遅延削除用にスケジュールされているかどうかを識別するフラグ

deferredDeleteTimeRemaining
String

遅延削除のマークが付けられた DS が完全に削除されるまでの残りの時間

isDeferredDeleteScheduleUpcoming
Nullable<Boolean>

遅延削除された DS が間もなく消去されるかどうかを識別するフラグ

isRehydrate
Nullable<Boolean>

段階的に削除された DS を一時停止状態に移動することを示すフラグ

resourceGuardOperationRequests
IList<String>

LAC チェックが実行される ResourceGuardOperationRequests

protectedItemDataId
String

バックアップ項目の内部 ID。 Recovery Services に接続するためにAzure SQLバックアップ エンジンによって使用されます。

protectionState
String

バックアップされた項目のバックアップ状態。 指定できる値は、'Invalid'、'IRPending'、'Protected'、'ProtectionError'、'ProtectionStopped'、'ProtectionPaused' です。

extendedInfo
AzureSqlProtectedItemExtendedInfo

このバックアップ項目の追加情報。

適用対象