다음을 통해 공유


Microsoft.RecoveryServices 자격 증명 모음/backupFabrics/backupProtectionIntent 2024-02-01

Bicep 리소스 정의

자격 증명 모음/backupFabrics/backupProtectionIntent 리소스 유형을 대상으로 하는 작업과 함께 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2024-02-01' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  parent: resourceSymbolicName
  eTag: 'string'
  properties: {
    backupManagementType: 'string'
    itemId: 'string'
    policyId: 'string'
    protectionState: 'string'
    sourceResourceId: 'string'
    protectionIntentItemType: 'string'
    // For remaining properties, see ProtectionIntent objects
  }
}

ProtectionIntent 개체

protectionIntentItemType 속성을 설정하여 개체 유형을 지정합니다.

AzureResourceItem경우 다음을 사용합니다.

  protectionIntentItemType: 'AzureResourceItem'
  friendlyName: 'string'

AzureWorkloadContainerAutoProtectionIntent경우 다음을 사용합니다.

  protectionIntentItemType: 'AzureWorkloadContainerAutoProtectionIntent'

AzureWorkloadSQLAutoProtectionIntent경우 다음을 사용합니다.

  protectionIntentItemType: 'AzureWorkloadSQLAutoProtectionIntent'
  workloadItemType: 'string'

속성 값

vaults/backupFabrics/backupProtectionIntent

이름 묘사
이름 리소스 이름

Bicep자식 리소스의 이름과 형식을 설정하는 방법을 알아보세요.
string(필수)
위치 리소스 위치입니다. 문자열
태그 리소스 태그. 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식의 리소스에 대한 기호화된 이름: backupFabrics
eTag 선택적 ETag입니다. 문자열
속성 ProtectionIntentResource 속성 ProtectionIntent

ProtectionIntent

이름 묘사
backupManagementType 백업된 항목에 대한 백업 관리 유형입니다. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DPM'
'DefaultBackup'
'Invalid'
'MAB'
itemId 보호되는 항목의 ID입니다. Azure Vm의 경우 ProtectedItemId입니다. 문자열
policyId 이 항목이 백업되는 백업 정책의 ID입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. 'Invalid'
'NotProtected'
'Protected'
'보호 중'
'ProtectionFailed'
sourceResourceId 백업할 리소스의 ARM ID입니다. 문자열
protectionIntentItemType 개체 유형 설정 AzureResourceItem
AzureWorkloadContainerAutoProtectionIntent

AzureWorkloadSQLAutoProtectionIntent
(필수)

AzureResourceProtectionIntent

이름 묘사
protectionIntentItemType backup protectionIntent 유형입니다. 'AzureResourceItem'(필수)
friendlyName 이 백업 항목이 나타내는 VM의 이름입니다. 문자열

AzureWorkloadContainerAutoProtectionIntent

이름 묘사
protectionIntentItemType backup protectionIntent 유형입니다. 'AzureWorkloadContainerAutoProtectionIntent'(필수)

AzureWorkloadSQLAutoProtectionIntent

이름 묘사
protectionIntentItemType backup protectionIntent 유형입니다. 'AzureWorkloadSQLAutoProtectionIntent'(필수)
workloadItemType 의도를 설정할 항목의 워크로드 항목 유형 'Invalid'
'SAPAseDatabase'
'SAPAseSystem'
'SAPHanaDBInstance'
'SAPHanaDatabase'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

ARM 템플릿 리소스 정의

자격 증명 모음/backupFabrics/backupProtectionIntent 리소스 유형을 대상으로 하는 작업과 함께 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent",
  "apiVersion": "2024-02-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "eTag": "string",
  "properties": {
    "backupManagementType": "string",
    "itemId": "string",
    "policyId": "string",
    "protectionState": "string",
    "sourceResourceId": "string",
    "protectionIntentItemType": "string"
    // For remaining properties, see ProtectionIntent objects
  }
}

ProtectionIntent 개체

protectionIntentItemType 속성을 설정하여 개체 유형을 지정합니다.

AzureResourceItem경우 다음을 사용합니다.

  "protectionIntentItemType": "AzureResourceItem",
  "friendlyName": "string"

AzureWorkloadContainerAutoProtectionIntent경우 다음을 사용합니다.

  "protectionIntentItemType": "AzureWorkloadContainerAutoProtectionIntent"

AzureWorkloadSQLAutoProtectionIntent경우 다음을 사용합니다.

  "protectionIntentItemType": "AzureWorkloadSQLAutoProtectionIntent",
  "workloadItemType": "string"

속성 값

vaults/backupFabrics/backupProtectionIntent

이름 묘사
리소스 종류 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent'
apiVersion 리소스 api 버전 '2024-02-01'
이름 리소스 이름

JSON ARM 템플릿자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)
위치 리소스 위치입니다. 문자열
태그 리소스 태그. 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
eTag 선택적 ETag입니다. 문자열
속성 ProtectionIntentResource 속성 ProtectionIntent

ProtectionIntent

이름 묘사
backupManagementType 백업된 항목에 대한 백업 관리 유형입니다. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DPM'
'DefaultBackup'
'Invalid'
'MAB'
itemId 보호되는 항목의 ID입니다. Azure Vm의 경우 ProtectedItemId입니다. 문자열
policyId 이 항목이 백업되는 백업 정책의 ID입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. 'Invalid'
'NotProtected'
'Protected'
'보호 중'
'ProtectionFailed'
sourceResourceId 백업할 리소스의 ARM ID입니다. 문자열
protectionIntentItemType 개체 유형 설정 AzureResourceItem
AzureWorkloadContainerAutoProtectionIntent

AzureWorkloadSQLAutoProtectionIntent
(필수)

AzureResourceProtectionIntent

이름 묘사
protectionIntentItemType backup protectionIntent 유형입니다. 'AzureResourceItem'(필수)
friendlyName 이 백업 항목이 나타내는 VM의 이름입니다. 문자열

AzureWorkloadContainerAutoProtectionIntent

이름 묘사
protectionIntentItemType backup protectionIntent 유형입니다. 'AzureWorkloadContainerAutoProtectionIntent'(필수)

AzureWorkloadSQLAutoProtectionIntent

이름 묘사
protectionIntentItemType backup protectionIntent 유형입니다. 'AzureWorkloadSQLAutoProtectionIntent'(필수)
workloadItemType 의도를 설정할 항목의 워크로드 항목 유형 'Invalid'
'SAPAseDatabase'
'SAPAseSystem'
'SAPHanaDBInstance'
'SAPHanaDatabase'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

Terraform(AzAPI 공급자) 리소스 정의

자격 증명 모음/backupFabrics/backupProtectionIntent 리소스 유형을 대상으로 하는 작업과 함께 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2024-02-01"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      backupManagementType = "string"
      itemId = "string"
      policyId = "string"
      protectionState = "string"
      sourceResourceId = "string"
      protectionIntentItemType = "string"
      // For remaining properties, see ProtectionIntent objects
    }
    eTag = "string"
  })
}

ProtectionIntent 개체

protectionIntentItemType 속성을 설정하여 개체 유형을 지정합니다.

AzureResourceItem경우 다음을 사용합니다.

  protectionIntentItemType = "AzureResourceItem"
  friendlyName = "string"

AzureWorkloadContainerAutoProtectionIntent경우 다음을 사용합니다.

  protectionIntentItemType = "AzureWorkloadContainerAutoProtectionIntent"

AzureWorkloadSQLAutoProtectionIntent경우 다음을 사용합니다.

  protectionIntentItemType = "AzureWorkloadSQLAutoProtectionIntent"
  workloadItemType = "string"

속성 값

vaults/backupFabrics/backupProtectionIntent

이름 묘사
리소스 종류 "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2024-02-01"
이름 리소스 이름 string(필수)
위치 리소스 위치입니다. 문자열
parent_id 이 리소스의 부모인 리소스의 ID입니다. 유형의 리소스에 대한 ID: backupFabrics
태그 리소스 태그. 태그 이름 및 값의 사전입니다.
eTag 선택적 ETag입니다. 문자열
속성 ProtectionIntentResource 속성 ProtectionIntent

ProtectionIntent

이름 묘사
backupManagementType 백업된 항목에 대한 백업 관리 유형입니다. "AzureBackupServer"
"AzureIaasVM"
"AzureSql"
"AzureStorage"
"AzureWorkload"
"DPM"
"DefaultBackup"
"잘못됨"
"MAB"
itemId 보호되는 항목의 ID입니다. Azure Vm의 경우 ProtectedItemId입니다. 문자열
policyId 이 항목이 백업되는 백업 정책의 ID입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. "잘못됨"
"NotProtected"
"보호됨"
"보호 중"
"ProtectionFailed"
sourceResourceId 백업할 리소스의 ARM ID입니다. 문자열
protectionIntentItemType 개체 유형 설정 AzureResourceItem
AzureWorkloadContainerAutoProtectionIntent

AzureWorkloadSQLAutoProtectionIntent
(필수)

AzureResourceProtectionIntent

이름 묘사
protectionIntentItemType backup protectionIntent 유형입니다. "AzureResourceItem"(필수)
friendlyName 이 백업 항목이 나타내는 VM의 이름입니다. 문자열

AzureWorkloadContainerAutoProtectionIntent

이름 묘사
protectionIntentItemType backup protectionIntent 유형입니다. "AzureWorkloadContainerAutoProtectionIntent"(필수)

AzureWorkloadSQLAutoProtectionIntent

이름 묘사
protectionIntentItemType backup protectionIntent 유형입니다. "AzureWorkloadSQLAutoProtectionIntent"(필수)
workloadItemType 의도를 설정할 항목의 워크로드 항목 유형 "잘못됨"
"SAPAseDatabase"
"SAPAseSystem"
"SAPHanaDBInstance"
"SAPHanaDatabase"
"SAPHanaSystem"
"SQLDataBase"
"SQLInstance"