다음을 통해 공유


ProtectionIntent interface

Backup ProtectionIntent에 대한 기본 클래스입니다.

속성

backupManagementType

백업된 항목에 대한 백업 관리 유형입니다.

itemId

보호되는 항목의 ID입니다. Azure Vm의 경우 ProtectedItemId입니다.

policyId

이 항목이 백업되는 백업 정책의 ID입니다.

protectionIntentItemType

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

protectionState

이 백업 항목의 백업 상태입니다.

sourceResourceId

백업할 리소스의 ARM ID입니다.

속성 세부 정보

backupManagementType

백업된 항목에 대한 백업 관리 유형입니다.

backupManagementType?: string

속성 값

string

itemId

보호되는 항목의 ID입니다. Azure Vm의 경우 ProtectedItemId입니다.

itemId?: string

속성 값

string

policyId

이 항목이 백업되는 백업 정책의 ID입니다.

policyId?: string

속성 값

string

protectionIntentItemType

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

protectionIntentItemType: "RecoveryServiceVaultItem" | "AzureResourceItem" | "AzureWorkloadContainerAutoProtectionIntent" | "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent"

속성 값

"RecoveryServiceVaultItem" | "AzureResourceItem" | "AzureWorkloadContainerAutoProtectionIntent" | "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent"

protectionState

이 백업 항목의 백업 상태입니다.

protectionState?: string

속성 값

string

sourceResourceId

백업할 리소스의 ARM ID입니다.

sourceResourceId?: string

속성 값

string