次の方法で共有


MabFileFolderProtectedItem interface

MAB ワークロード固有のバックアップ項目。

Extends

プロパティ

computerName

このバックアップ項目に関連付けられているコンピューターの名前。

deferredDeleteSyncTimeInUTC

遅延削除の同期時間 (UTC)

extendedInfo

このバックアップ項目に関する追加情報。

friendlyName

このバックアップ項目のフレンドリ名。

lastBackupStatus

最後のバックアップ操作の状態。

lastBackupTime

このバックアップ項目に対する最後のバックアップ操作のタイムスタンプ。

protectedItemType

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

protectionState

Protected、ProtectionStopped、IRPending、ProtectionError

継承されたプロパティ

backupManagementType

バックアップ項目のバックアップ管理の種類。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

backupSetName

バックアップ項目が属しているバックアップ セットの名前

containerName

コンテナーの一意の名前

createMode

既存の論理的に削除されたデータ ソースの回復または新しいデータ ソースの作成を示す作成モード。

deferredDeleteTimeInUTC

遅延削除の時刻 (UTC)

deferredDeleteTimeRemaining

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

isArchiveEnabled

データソースがアーカイブ内で保護されているかどうかを識別するフラグ

isDeferredDeleteScheduleUpcoming

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

isRehydrate

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

isScheduledForDeferredDelete

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

lastRecoveryPoint

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

policyId

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

policyName

保護に使用されるポリシーの名前

resourceGuardOperationRequests

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

softDeleteRetentionPeriodInDays

論理的な削除の保持期間 (日数)

sourceResourceId

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

vaultId

このアイテムを保護するコンテナーの ID 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

workloadType

この項目が表すワークロードの種類。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

プロパティの詳細

computerName

このバックアップ項目に関連付けられているコンピューターの名前。

computerName?: string

プロパティ値

string

deferredDeleteSyncTimeInUTC

遅延削除の同期時間 (UTC)

deferredDeleteSyncTimeInUTC?: number

プロパティ値

number

extendedInfo

このバックアップ項目に関する追加情報。

extendedInfo?: MabFileFolderProtectedItemExtendedInfo

プロパティ値

friendlyName

このバックアップ項目のフレンドリ名。

friendlyName?: string

プロパティ値

string

lastBackupStatus

最後のバックアップ操作の状態。

lastBackupStatus?: string

プロパティ値

string

lastBackupTime

このバックアップ項目に対する最後のバックアップ操作のタイムスタンプ。

lastBackupTime?: Date

プロパティ値

Date

protectedItemType

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

protectedItemType: "MabFileFolderProtectedItem"

プロパティ値

"MabFileFolderProtectedItem"

protectionState

Protected、ProtectionStopped、IRPending、ProtectionError

protectionState?: string

プロパティ値

string

継承されたプロパティの詳細

backupManagementType

バックアップ項目のバックアップ管理の種類。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

backupManagementType?: string

プロパティ値

string

ProtectedItem.backupManagementTypeから継承

backupSetName

バックアップ項目が属しているバックアップ セットの名前

backupSetName?: string

プロパティ値

string

ProtectedItem.backupSetNameから継承

containerName

コンテナーの一意の名前

containerName?: string

プロパティ値

string

ProtectedItem.containerNameから継承

createMode

既存の論理的に削除されたデータ ソースの回復または新しいデータ ソースの作成を示す作成モード。

createMode?: string

プロパティ値

string

ProtectedItem.createModeから継承

deferredDeleteTimeInUTC

遅延削除の時刻 (UTC)

deferredDeleteTimeInUTC?: Date

プロパティ値

Date

ProtectedItem.deferredDeleteTimeInUTCから継承

deferredDeleteTimeRemaining

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

deferredDeleteTimeRemaining?: string

プロパティ値

string

ProtectedItem.deferredDeleteTimeRemainingから継承

isArchiveEnabled

データソースがアーカイブ内で保護されているかどうかを識別するフラグ

isArchiveEnabled?: boolean

プロパティ値

boolean

ProtectedItem.isArchiveEnabledから継承

isDeferredDeleteScheduleUpcoming

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

isDeferredDeleteScheduleUpcoming?: boolean

プロパティ値

boolean

ProtectedItem.isDeferredDeleteScheduleUpcomingから継承

isRehydrate

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

isRehydrate?: boolean

プロパティ値

boolean

ProtectedItem.isRehydrateから継承

isScheduledForDeferredDelete

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

isScheduledForDeferredDelete?: boolean

プロパティ値

boolean

ProtectedItem.isScheduledForDeferredDeleteから継承

lastRecoveryPoint

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

lastRecoveryPoint?: Date

プロパティ値

Date

ProtectedItem.lastRecoveryPointから継承

policyId

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

policyId?: string

プロパティ値

string

ProtectedItem.policyIdから継承

policyName

保護に使用されるポリシーの名前

policyName?: string

プロパティ値

string

ProtectedItem.policyNameから継承

resourceGuardOperationRequests

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

resourceGuardOperationRequests?: string[]

プロパティ値

string[]

ProtectedItem.resourceGuardOperationRequestsから継承

softDeleteRetentionPeriodInDays

論理的な削除の保持期間 (日数)

softDeleteRetentionPeriodInDays?: number

プロパティ値

number

ProtectedItem.softDeleteRetentionPeriodInDaysから継承

sourceResourceId

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

sourceResourceId?: string

プロパティ値

string

ProtectedItem.sourceResourceIdから継承

vaultId

このアイテムを保護するコンテナーの ID 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

vaultId?: string

プロパティ値

string

ProtectedItem.vaultIdから継承

workloadType

この項目が表すワークロードの種類。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

workloadType?: string

プロパティ値

string

ProtectedItem.workloadTypeから継承