다음을 통해 공유


Microsoft.RecoveryServices 자격 증명 모음/backupconfig 2024-10-01

Bicep 리소스 정의

자격 증명 모음/backupconfig 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

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

리소스 형식

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

resource symbolicname 'Microsoft.RecoveryServices/vaults/backupconfig@2024-10-01' = {
  parent: resourceSymbolicName
  eTag: 'string'
  location: 'string'
  name: 'vaultconfig'
  properties: {
    enhancedSecurityState: 'string'
    isSoftDeleteFeatureStateEditable: bool
    resourceGuardOperationRequests: [
      'string'
    ]
    softDeleteFeatureState: 'string'
    softDeleteRetentionPeriodInDays: int
    storageModelType: 'string'
    storageType: 'string'
    storageTypeState: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

속성 값

BackupResourceVaultConfig

이름 묘사
enhancedSecurityState 사용 또는 사용 안 함 '사용 안 함'
'Enabled'
'Invalid'
isSoftDeleteFeatureStateEditable 이 플래그는 더 이상 사용되지 않습니다. 'softDeleteFeatureState'를 사용하여 자격 증명 모음의 일시 삭제 상태를 설정하세요. bool
resourceGuardOperationRequests ResourceGuard 작업 요청 string[]
softDeleteFeatureState 일시 삭제 기능 상태 'AlwaysON'
'사용 안 함'
'Enabled'
'Invalid'
softDeleteRetentionPeriodInDays 일시 삭제 보존 기간(일) int
storageModelType 스토리지 유형입니다. 'GeoRedundant'
'Invalid'
'LocallyRedundant'
'ReadAccessGeoZoneRedundant'
'ZoneRedundant'
storageType 스토리지 유형입니다. 'GeoRedundant'
'Invalid'
'LocallyRedundant'
'ReadAccessGeoZoneRedundant'
'ZoneRedundant'
storageTypeState 잠겨 있거나 잠금 해제되었습니다. 컴퓨터가 리소스에 대해 등록되면 storageTypeState는 항상 잠깁니다. 'Invalid'
'잠김'
'잠금 해제됨'

Microsoft.RecoveryServices/vaults/backupconfig

이름 묘사
eTag 선택적 ETag입니다. 문자열
위치 리소스 위치입니다. 문자열
이름 리소스 이름 'vaultconfig'(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: 자격 증명 모음
속성 BackupResourceVaultConfigResource 속성 backupResourceVaultConfig
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.

ResourceTags

이름 묘사

ARM 템플릿 리소스 정의

자격 증명 모음/backupconfig 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

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

리소스 형식

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

{
  "type": "Microsoft.RecoveryServices/vaults/backupconfig",
  "apiVersion": "2024-10-01",
  "name": "string",
  "eTag": "string",
  "location": "string",
  "properties": {
    "enhancedSecurityState": "string",
    "isSoftDeleteFeatureStateEditable": "bool",
    "resourceGuardOperationRequests": [ "string" ],
    "softDeleteFeatureState": "string",
    "softDeleteRetentionPeriodInDays": "int",
    "storageModelType": "string",
    "storageType": "string",
    "storageTypeState": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

속성 값

BackupResourceVaultConfig

이름 묘사
enhancedSecurityState 사용 또는 사용 안 함 '사용 안 함'
'Enabled'
'Invalid'
isSoftDeleteFeatureStateEditable 이 플래그는 더 이상 사용되지 않습니다. 'softDeleteFeatureState'를 사용하여 자격 증명 모음의 일시 삭제 상태를 설정하세요. bool
resourceGuardOperationRequests ResourceGuard 작업 요청 string[]
softDeleteFeatureState 일시 삭제 기능 상태 'AlwaysON'
'사용 안 함'
'Enabled'
'Invalid'
softDeleteRetentionPeriodInDays 일시 삭제 보존 기간(일) int
storageModelType 스토리지 유형입니다. 'GeoRedundant'
'Invalid'
'LocallyRedundant'
'ReadAccessGeoZoneRedundant'
'ZoneRedundant'
storageType 스토리지 유형입니다. 'GeoRedundant'
'Invalid'
'LocallyRedundant'
'ReadAccessGeoZoneRedundant'
'ZoneRedundant'
storageTypeState 잠겨 있거나 잠금 해제되었습니다. 컴퓨터가 리소스에 대해 등록되면 storageTypeState는 항상 잠깁니다. 'Invalid'
'잠김'
'잠금 해제됨'

Microsoft.RecoveryServices/vaults/backupconfig

이름 묘사
apiVersion api 버전 '2024-10-01'
eTag 선택적 ETag입니다. 문자열
위치 리소스 위치입니다. 문자열
이름 리소스 이름 'vaultconfig'(필수)
속성 BackupResourceVaultConfigResource 속성 backupResourceVaultConfig
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
리소스 종류 'Microsoft.RecoveryServices/vaults/backupconfig'

ResourceTags

이름 묘사

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

자격 증명 모음/backupconfig 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/backupconfig@2024-10-01"
  name = "string"
  eTag = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      enhancedSecurityState = "string"
      isSoftDeleteFeatureStateEditable = bool
      resourceGuardOperationRequests = [
        "string"
      ]
      softDeleteFeatureState = "string"
      softDeleteRetentionPeriodInDays = int
      storageModelType = "string"
      storageType = "string"
      storageTypeState = "string"
    }
  })
}

속성 값

BackupResourceVaultConfig

이름 묘사
enhancedSecurityState 사용 또는 사용 안 함 '사용 안 함'
'Enabled'
'Invalid'
isSoftDeleteFeatureStateEditable 이 플래그는 더 이상 사용되지 않습니다. 'softDeleteFeatureState'를 사용하여 자격 증명 모음의 일시 삭제 상태를 설정하세요. bool
resourceGuardOperationRequests ResourceGuard 작업 요청 string[]
softDeleteFeatureState 일시 삭제 기능 상태 'AlwaysON'
'사용 안 함'
'Enabled'
'Invalid'
softDeleteRetentionPeriodInDays 일시 삭제 보존 기간(일) int
storageModelType 스토리지 유형입니다. 'GeoRedundant'
'Invalid'
'LocallyRedundant'
'ReadAccessGeoZoneRedundant'
'ZoneRedundant'
storageType 스토리지 유형입니다. 'GeoRedundant'
'Invalid'
'LocallyRedundant'
'ReadAccessGeoZoneRedundant'
'ZoneRedundant'
storageTypeState 잠겨 있거나 잠금 해제되었습니다. 컴퓨터가 리소스에 대해 등록되면 storageTypeState는 항상 잠깁니다. 'Invalid'
'잠김'
'잠금 해제됨'

Microsoft.RecoveryServices/vaults/backupconfig

이름 묘사
eTag 선택적 ETag입니다. 문자열
위치 리소스 위치입니다. 문자열
이름 리소스 이름 'vaultconfig'(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 유형의 리소스에 대한 ID: 자격 증명 모음
속성 BackupResourceVaultConfigResource 속성 backupResourceVaultConfig
태그 리소스 태그 태그 이름 및 값의 사전입니다.
리소스 종류 "Microsoft.RecoveryServices/vaults/backupconfig@2024-10-01"

ResourceTags

이름 묘사