共用方式為


Microsoft.RecoveryServices 保存庫/backupPolicies 2016-06-01

Bicep 資源定義

儲存庫/backupPolicies 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.RecoveryServices/vaults/backupPolicies 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.RecoveryServices/vaults/backupPolicies@2016-06-01' = {
  parent: resourceSymbolicName
  eTag: 'string'
  location: 'string'
  name: 'string'
  properties: {
    protectedItemsCount: int
    backupManagementType: 'string'
    // For remaining properties, see ProtectionPolicy objects
  }
  tags: {
    {customized property}: 'string'
  }
}

ProtectionPolicy 物件

設定backupManagementType 屬性 屬性,以指定物件的類型。

針對 AzureIaasVM,請使用:

{
  backupManagementType: 'AzureIaasVM'
  retentionPolicy: {
    retentionPolicyType: 'string'
    // For remaining properties, see RetentionPolicy objects
  }
  schedulePolicy: {
    schedulePolicyType: 'string'
    // For remaining properties, see SchedulePolicy objects
  }
}

針對 azureSql,請使用:

{
  backupManagementType: 'AzureSql'
  retentionPolicy: {
    retentionPolicyType: 'string'
    // For remaining properties, see RetentionPolicy objects
  }
}

針對 MAB,請使用:

{
  backupManagementType: 'MAB'
  retentionPolicy: {
    retentionPolicyType: 'string'
    // For remaining properties, see RetentionPolicy objects
  }
  schedulePolicy: {
    schedulePolicyType: 'string'
    // For remaining properties, see SchedulePolicy objects
  }
}

RetentionPolicy 物件

設定 retentionPolicyType 屬性,以指定對象的類型。

針對 LongTermRetentionPolicy,請使用:

{
  dailySchedule: {
    retentionDuration: {
      count: int
      durationType: 'string'
    }
    retentionTimes: [
      'string'
    ]
  }
  monthlySchedule: {
    retentionDuration: {
      count: int
      durationType: 'string'
    }
    retentionScheduleDaily: {
      daysOfTheMonth: [
        {
          date: int
          isLast: bool
        }
      ]
    }
    retentionScheduleFormatType: 'string'
    retentionScheduleWeekly: {
      daysOfTheWeek: [
        'string'
      ]
      weeksOfTheMonth: [
        'string'
      ]
    }
    retentionTimes: [
      'string'
    ]
  }
  retentionPolicyType: 'LongTermRetentionPolicy'
  weeklySchedule: {
    daysOfTheWeek: [
      'string'
    ]
    retentionDuration: {
      count: int
      durationType: 'string'
    }
    retentionTimes: [
      'string'
    ]
  }
  yearlySchedule: {
    monthsOfYear: [
      'string'
    ]
    retentionDuration: {
      count: int
      durationType: 'string'
    }
    retentionScheduleDaily: {
      daysOfTheMonth: [
        {
          date: int
          isLast: bool
        }
      ]
    }
    retentionScheduleFormatType: 'string'
    retentionScheduleWeekly: {
      daysOfTheWeek: [
        'string'
      ]
      weeksOfTheMonth: [
        'string'
      ]
    }
    retentionTimes: [
      'string'
    ]
  }
}

針對 SimpleRetentionPolicy,請使用:

{
  retentionDuration: {
    count: int
    durationType: 'string'
  }
  retentionPolicyType: 'SimpleRetentionPolicy'
}

SchedulePolicy 物件

設定 schedulePolicyType 屬性,以指定對象的類型。

針對 LongTermSchedulePolicy,請使用:

{
  schedulePolicyType: 'LongTermSchedulePolicy'
}

針對 SimpleSchedulePolicy,請使用:

{
  schedulePolicyType: 'SimpleSchedulePolicy'
  scheduleRunDays: [
    'string'
  ]
  scheduleRunFrequency: 'string'
  scheduleRunTimes: [
    'string'
  ]
  scheduleWeeklyFrequency: int
}

屬性值

AzureIaaSVMProtectionPolicy

名字 描述 價值
backupManagementType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'AzureIaasVM' (必要)
retentionPolicy 保留原則,其中包含備份複製保留範圍的詳細數據。 RetentionPolicy
schedulePolicy 指定為備份原則一部分的備份排程。 SchedulePolicy

AzureSqlProtectionPolicy

名字 描述 價值
backupManagementType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'AzureSql' (必要)
retentionPolicy 保留原則詳細數據。 RetentionPolicy

DailyRetentionFormat

名字 描述 價值
daysOfTheMonth 月份的天數清單。 []

DailyRetentionSchedule

名字 描述 價值
retentionDuration 保留原則的保留期間。 RetentionDuration
retentionTimes 保留原則的保留時間。 string[]

名字 描述 價值
日期 int
isLast bool

LongTermRetentionPolicy

名字 描述 價值
dailySchedule 備份原則的每日保留排程。 DailyRetentionSchedule
monthlySchedule 備份原則的每月保留排程。 MonthlyRetentionSchedule
retentionPolicyType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'LongTermRetentionPolicy' (必要)
weeklySchedule 備份原則的每周保留排程。 WeeklyRetentionSchedule
yearlySchedule 備份原則的每年保留排程。 YearlyRetentionSchedule

LongTermSchedulePolicy

名字 描述 價值
schedulePolicyType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'LongTermSchedulePolicy' (必要)

MabProtectionPolicy

名字 描述 價值
backupManagementType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'MAB' (必要)
retentionPolicy 保留原則中指定的詳細數據。 RetentionPolicy
schedulePolicy 備份原則中指定的排程。 SchedulePolicy

Microsoft.RecoveryServices/vaults/backupPolicies

名字 描述 價值
eTag 選擇性 ETag。 字串
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
父母 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱:保存庫
性能 備份原則的基類。 工作負載特定的備份原則衍生自這個類別。 ProtectionPolicy
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

MonthlyRetentionSchedule

名字 描述 價值
retentionDuration 保留原則的保留期間。 RetentionDuration
retentionScheduleDaily 每月保留原則的每日保留格式。 DailyRetentionFormat
retentionScheduleFormatType 每月保留原則的保留排程格式類型。 'Daily'
'Invalid'
'Weekly'
retentionScheduleWeekly 每月保留原則的每周保留格式。 WeeklyRetentionFormat
retentionTimes 保留原則的保留時間。 string[]

ProtectionPolicy

名字 描述 價值
backupManagementType 針對 azureIaaSVMProtectionPolicy類型 設定為 'AzureIaasVM'。 針對 azureSqlProtectionPolicy 類型 設定為 'AzureSql',。 將 類型設定為 'MAB',MabProtectionPolicy 'AzureIaasVM'
'AzureSql'
'MAB' (必要)
protectedItemsCount 與此原則相關聯的項目數目。 int

ResourceTags

名字 描述 價值

RetentionDuration

名字 描述 價值
計數 持續時間類型的計數。 保留期間取決於結合 Count 時間和 durationType。
例如,如果 Count = 3 且 durationType = Weeks,則保留期間為三周。
int
durationType 保留原則的保留期間類型。 'Days'
'Invalid'
'Month'
'Weeks'
'Years'

RetentionPolicy

名字 描述 價值
retentionPolicyType 針對 longTermRetentionPolicy 類型設定為 'LongTermRetentionPolicy'。 針對類型 SimpleRetentionPolicy,設定為 'SimpleRetentionPolicy'。 'LongTermRetentionPolicy'
'SimpleRetentionPolicy' (必要)

SchedulePolicy

名字 描述 價值
schedulePolicyType 針對 longTermSchedulePolicy LongTermSchedulePolicy 類型設定為 'LongTermSchedulePolicy',。 針對 simpleSchedulePolicy 類型設定為 'SimpleSchedulePolicy', 'LongTermSchedulePolicy'
'SimpleSchedulePolicy' (必要)

SimpleRetentionPolicy

名字 描述 價值
retentionDuration 保護原則的保留期間。 RetentionDuration
retentionPolicyType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'SimpleRetentionPolicy' (必要)

SimpleSchedulePolicy

名字 描述 價值
schedulePolicyType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'SimpleSchedulePolicy' (必要)
scheduleRunDays 此清單是排程執行時的星期幾。 包含任何的字串數組:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'
scheduleRunFrequency 定義排程原則的頻率間隔(每日或每周)。 'Daily'
'Invalid'
'Weekly'
scheduleRunTimes 排程執行時,一天中的時間清單。 string[]
scheduleWeeklyFrequency 排程執行的每周次數。 int

WeeklyRetentionFormat

名字 描述 價值
daysOfTheWeek 星期幾的清單。 包含任何的字串數組:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'
weeksOfTheMonth 月份的周清單。 包含任何的字串數組:
'First'
'Fourth'
'Last'
'Second'
'Third'

WeeklyRetentionSchedule

名字 描述 價值
daysOfTheWeek 每周保留原則的星期幾清單。 包含任何的字串數組:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'
retentionDuration 保留原則的保留期間。 RetentionDuration
retentionTimes 保留原則的保留時間。 string[]

YearlyRetentionSchedule

名字 描述 價值
monthsOfYear 年度保留原則的年度月份清單。 包含任何的字串數組:
'April'
'August'
'December'
'February'
'Invalid'
'January'
'7 月'
'June'
'March'
'May'
'November'
'10 月'
'九月'
retentionDuration 保留原則的保留期間。 RetentionDuration
retentionScheduleDaily 每年保留原則的每日保留格式。 DailyRetentionFormat
retentionScheduleFormatType 年度保留原則的保留排程格式。 'Daily'
'Invalid'
'Weekly'
retentionScheduleWeekly 每年保留原則的每周保留格式。 WeeklyRetentionFormat
retentionTimes 保留原則的保留時間。 string[]

快速入門範例

下列快速入門範例會部署此資源類型。

Bicep 檔案 描述
Azure 虛擬機中工作負載的 Azure 備份 此範本會建立復原服務保存庫和工作負載特定的備份原則。 向備份服務和設定保護註冊 VM
使用復原服務備份現有的檔案共用 (每日) 此範本會設定現有記憶體帳戶中現有檔案共享的保護。 它會根據 set 參數值,建立新的 或使用現有的復原服務保存庫和備份原則。
使用復原服務備份現有的檔案共用 (每小時) 此範本會以每小時頻率設定現有記憶體帳戶中現有檔案共享的保護。 它會根據 set 參數值,建立新的 或使用現有的復原服務保存庫和備份原則。
使用復原服務保存庫 備份 Resource Manager VM 此範本會使用現有的復原服務保存庫和現有的備份原則,並設定多個屬於相同資源群組的 Resource Manager VM 備份
為 RS Vault 建立每日備份原則以保護 IaaSVM 此範本會建立復原服務保存庫和每日備份原則,可用來保護傳統和 ARM 型 IaaS VM。
使用備份原則建立復原服務保存庫 此範本會建立具有備份原則的復原服務保存庫,並設定選擇性功能,例如系統身分識別、備份記憶體類型、跨區域還原和診斷記錄,以及刪除鎖定。
為 RS Vault 建立每周備份原則以保護 IaaSVM 此範本會建立復原服務保存庫和每日備份原則,可用來保護傳統和 ARM 型 IaaS VM。

ARM 樣本資源定義

儲存庫/backupPolicies 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.RecoveryServices/vaults/backupPolicies 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.RecoveryServices/vaults/backupPolicies",
  "apiVersion": "2016-06-01",
  "name": "string",
  "eTag": "string",
  "location": "string",
  "properties": {
    "protectedItemsCount": "int",
    "backupManagementType": "string"
    // For remaining properties, see ProtectionPolicy objects
  },
  "tags": {
    "{customized property}": "string"
  }
}

ProtectionPolicy 物件

設定backupManagementType 屬性 屬性,以指定物件的類型。

針對 AzureIaasVM,請使用:

{
  "backupManagementType": "AzureIaasVM",
  "retentionPolicy": {
    "retentionPolicyType": "string"
    // For remaining properties, see RetentionPolicy objects
  },
  "schedulePolicy": {
    "schedulePolicyType": "string"
    // For remaining properties, see SchedulePolicy objects
  }
}

針對 azureSql,請使用:

{
  "backupManagementType": "AzureSql",
  "retentionPolicy": {
    "retentionPolicyType": "string"
    // For remaining properties, see RetentionPolicy objects
  }
}

針對 MAB,請使用:

{
  "backupManagementType": "MAB",
  "retentionPolicy": {
    "retentionPolicyType": "string"
    // For remaining properties, see RetentionPolicy objects
  },
  "schedulePolicy": {
    "schedulePolicyType": "string"
    // For remaining properties, see SchedulePolicy objects
  }
}

RetentionPolicy 物件

設定 retentionPolicyType 屬性,以指定對象的類型。

針對 LongTermRetentionPolicy,請使用:

{
  "dailySchedule": {
    "retentionDuration": {
      "count": "int",
      "durationType": "string"
    },
    "retentionTimes": [ "string" ]
  },
  "monthlySchedule": {
    "retentionDuration": {
      "count": "int",
      "durationType": "string"
    },
    "retentionScheduleDaily": {
      "daysOfTheMonth": [
        {
          "date": "int",
          "isLast": "bool"
        }
      ]
    },
    "retentionScheduleFormatType": "string",
    "retentionScheduleWeekly": {
      "daysOfTheWeek": [ "string" ],
      "weeksOfTheMonth": [ "string" ]
    },
    "retentionTimes": [ "string" ]
  },
  "retentionPolicyType": "LongTermRetentionPolicy",
  "weeklySchedule": {
    "daysOfTheWeek": [ "string" ],
    "retentionDuration": {
      "count": "int",
      "durationType": "string"
    },
    "retentionTimes": [ "string" ]
  },
  "yearlySchedule": {
    "monthsOfYear": [ "string" ],
    "retentionDuration": {
      "count": "int",
      "durationType": "string"
    },
    "retentionScheduleDaily": {
      "daysOfTheMonth": [
        {
          "date": "int",
          "isLast": "bool"
        }
      ]
    },
    "retentionScheduleFormatType": "string",
    "retentionScheduleWeekly": {
      "daysOfTheWeek": [ "string" ],
      "weeksOfTheMonth": [ "string" ]
    },
    "retentionTimes": [ "string" ]
  }
}

針對 SimpleRetentionPolicy,請使用:

{
  "retentionDuration": {
    "count": "int",
    "durationType": "string"
  },
  "retentionPolicyType": "SimpleRetentionPolicy"
}

SchedulePolicy 物件

設定 schedulePolicyType 屬性,以指定對象的類型。

針對 LongTermSchedulePolicy,請使用:

{
  "schedulePolicyType": "LongTermSchedulePolicy"
}

針對 SimpleSchedulePolicy,請使用:

{
  "schedulePolicyType": "SimpleSchedulePolicy",
  "scheduleRunDays": [ "string" ],
  "scheduleRunFrequency": "string",
  "scheduleRunTimes": [ "string" ],
  "scheduleWeeklyFrequency": "int"
}

屬性值

AzureIaaSVMProtectionPolicy

名字 描述 價值
backupManagementType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'AzureIaasVM' (必要)
retentionPolicy 保留原則,其中包含備份複製保留範圍的詳細數據。 RetentionPolicy
schedulePolicy 指定為備份原則一部分的備份排程。 SchedulePolicy

AzureSqlProtectionPolicy

名字 描述 價值
backupManagementType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'AzureSql' (必要)
retentionPolicy 保留原則詳細數據。 RetentionPolicy

DailyRetentionFormat

名字 描述 價值
daysOfTheMonth 月份的天數清單。 []

DailyRetentionSchedule

名字 描述 價值
retentionDuration 保留原則的保留期間。 RetentionDuration
retentionTimes 保留原則的保留時間。 string[]

名字 描述 價值
日期 int
isLast bool

LongTermRetentionPolicy

名字 描述 價值
dailySchedule 備份原則的每日保留排程。 DailyRetentionSchedule
monthlySchedule 備份原則的每月保留排程。 MonthlyRetentionSchedule
retentionPolicyType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'LongTermRetentionPolicy' (必要)
weeklySchedule 備份原則的每周保留排程。 WeeklyRetentionSchedule
yearlySchedule 備份原則的每年保留排程。 YearlyRetentionSchedule

LongTermSchedulePolicy

名字 描述 價值
schedulePolicyType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'LongTermSchedulePolicy' (必要)

MabProtectionPolicy

名字 描述 價值
backupManagementType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'MAB' (必要)
retentionPolicy 保留原則中指定的詳細數據。 RetentionPolicy
schedulePolicy 備份原則中指定的排程。 SchedulePolicy

Microsoft.RecoveryServices/vaults/backupPolicies

名字 描述 價值
apiVersion API 版本 '2016-06-01'
eTag 選擇性 ETag。 字串
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 備份原則的基類。 工作負載特定的備份原則衍生自這個類別。 ProtectionPolicy
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.RecoveryServices/vaults/backupPolicies'

MonthlyRetentionSchedule

名字 描述 價值
retentionDuration 保留原則的保留期間。 RetentionDuration
retentionScheduleDaily 每月保留原則的每日保留格式。 DailyRetentionFormat
retentionScheduleFormatType 每月保留原則的保留排程格式類型。 'Daily'
'Invalid'
'Weekly'
retentionScheduleWeekly 每月保留原則的每周保留格式。 WeeklyRetentionFormat
retentionTimes 保留原則的保留時間。 string[]

ProtectionPolicy

名字 描述 價值
backupManagementType 針對 azureIaaSVMProtectionPolicy類型 設定為 'AzureIaasVM'。 針對 azureSqlProtectionPolicy 類型 設定為 'AzureSql',。 將 類型設定為 'MAB',MabProtectionPolicy 'AzureIaasVM'
'AzureSql'
'MAB' (必要)
protectedItemsCount 與此原則相關聯的項目數目。 int

ResourceTags

名字 描述 價值

RetentionDuration

名字 描述 價值
計數 持續時間類型的計數。 保留期間取決於結合 Count 時間和 durationType。
例如,如果 Count = 3 且 durationType = Weeks,則保留期間為三周。
int
durationType 保留原則的保留期間類型。 'Days'
'Invalid'
'Month'
'Weeks'
'Years'

RetentionPolicy

名字 描述 價值
retentionPolicyType 針對 longTermRetentionPolicy 類型設定為 'LongTermRetentionPolicy'。 針對類型 SimpleRetentionPolicy,設定為 'SimpleRetentionPolicy'。 'LongTermRetentionPolicy'
'SimpleRetentionPolicy' (必要)

SchedulePolicy

名字 描述 價值
schedulePolicyType 針對 longTermSchedulePolicy LongTermSchedulePolicy 類型設定為 'LongTermSchedulePolicy',。 針對 simpleSchedulePolicy 類型設定為 'SimpleSchedulePolicy', 'LongTermSchedulePolicy'
'SimpleSchedulePolicy' (必要)

SimpleRetentionPolicy

名字 描述 價值
retentionDuration 保護原則的保留期間。 RetentionDuration
retentionPolicyType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'SimpleRetentionPolicy' (必要)

SimpleSchedulePolicy

名字 描述 價值
schedulePolicyType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'SimpleSchedulePolicy' (必要)
scheduleRunDays 此清單是排程執行時的星期幾。 包含任何的字串數組:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'
scheduleRunFrequency 定義排程原則的頻率間隔(每日或每周)。 'Daily'
'Invalid'
'Weekly'
scheduleRunTimes 排程執行時,一天中的時間清單。 string[]
scheduleWeeklyFrequency 排程執行的每周次數。 int

WeeklyRetentionFormat

名字 描述 價值
daysOfTheWeek 星期幾的清單。 包含任何的字串數組:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'
weeksOfTheMonth 月份的周清單。 包含任何的字串數組:
'First'
'Fourth'
'Last'
'Second'
'Third'

WeeklyRetentionSchedule

名字 描述 價值
daysOfTheWeek 每周保留原則的星期幾清單。 包含任何的字串數組:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'
retentionDuration 保留原則的保留期間。 RetentionDuration
retentionTimes 保留原則的保留時間。 string[]

YearlyRetentionSchedule

名字 描述 價值
monthsOfYear 年度保留原則的年度月份清單。 包含任何的字串數組:
'April'
'August'
'December'
'February'
'Invalid'
'January'
'7 月'
'June'
'March'
'May'
'November'
'10 月'
'九月'
retentionDuration 保留原則的保留期間。 RetentionDuration
retentionScheduleDaily 每年保留原則的每日保留格式。 DailyRetentionFormat
retentionScheduleFormatType 年度保留原則的保留排程格式。 'Daily'
'Invalid'
'Weekly'
retentionScheduleWeekly 每年保留原則的每周保留格式。 WeeklyRetentionFormat
retentionTimes 保留原則的保留時間。 string[]

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
Azure 虛擬機中工作負載的 Azure 備份

部署至 Azure
此範本會建立復原服務保存庫和工作負載特定的備份原則。 向備份服務和設定保護註冊 VM
使用復原服務備份現有的檔案共用 (每日)

部署至 Azure
此範本會設定現有記憶體帳戶中現有檔案共享的保護。 它會根據 set 參數值,建立新的 或使用現有的復原服務保存庫和備份原則。
使用復原服務備份現有的檔案共用 (每小時)

部署至 Azure
此範本會以每小時頻率設定現有記憶體帳戶中現有檔案共享的保護。 它會根據 set 參數值,建立新的 或使用現有的復原服務保存庫和備份原則。
使用復原服務保存庫 備份 Resource Manager VM

部署至 Azure
此範本會使用現有的復原服務保存庫和現有的備份原則,並設定多個屬於相同資源群組的 Resource Manager VM 備份
為 RS Vault 建立每日備份原則以保護 IaaSVM

部署至 Azure
此範本會建立復原服務保存庫和每日備份原則,可用來保護傳統和 ARM 型 IaaS VM。
使用備份原則建立復原服務保存庫

部署至 Azure
此範本會建立具有備份原則的復原服務保存庫,並設定選擇性功能,例如系統身分識別、備份記憶體類型、跨區域還原和診斷記錄,以及刪除鎖定。
為 RS Vault 建立每周備份原則以保護 IaaSVM

部署至 Azure
此範本會建立復原服務保存庫和每日備份原則,可用來保護傳統和 ARM 型 IaaS VM。

Terraform (AzAPI 提供者) 資源定義

儲存庫/backupPolicies 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.RecoveryServices/vaults/backupPolicies 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/backupPolicies@2016-06-01"
  name = "string"
  eTag = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      protectedItemsCount = int
      backupManagementType = "string"
      // For remaining properties, see ProtectionPolicy objects
    }
  })
}

ProtectionPolicy 物件

設定backupManagementType 屬性 屬性,以指定物件的類型。

針對 AzureIaasVM,請使用:

{
  backupManagementType = "AzureIaasVM"
  retentionPolicy = {
    retentionPolicyType = "string"
    // For remaining properties, see RetentionPolicy objects
  }
  schedulePolicy = {
    schedulePolicyType = "string"
    // For remaining properties, see SchedulePolicy objects
  }
}

針對 azureSql,請使用:

{
  backupManagementType = "AzureSql"
  retentionPolicy = {
    retentionPolicyType = "string"
    // For remaining properties, see RetentionPolicy objects
  }
}

針對 MAB,請使用:

{
  backupManagementType = "MAB"
  retentionPolicy = {
    retentionPolicyType = "string"
    // For remaining properties, see RetentionPolicy objects
  }
  schedulePolicy = {
    schedulePolicyType = "string"
    // For remaining properties, see SchedulePolicy objects
  }
}

RetentionPolicy 物件

設定 retentionPolicyType 屬性,以指定對象的類型。

針對 LongTermRetentionPolicy,請使用:

{
  dailySchedule = {
    retentionDuration = {
      count = int
      durationType = "string"
    }
    retentionTimes = [
      "string"
    ]
  }
  monthlySchedule = {
    retentionDuration = {
      count = int
      durationType = "string"
    }
    retentionScheduleDaily = {
      daysOfTheMonth = [
        {
          date = int
          isLast = bool
        }
      ]
    }
    retentionScheduleFormatType = "string"
    retentionScheduleWeekly = {
      daysOfTheWeek = [
        "string"
      ]
      weeksOfTheMonth = [
        "string"
      ]
    }
    retentionTimes = [
      "string"
    ]
  }
  retentionPolicyType = "LongTermRetentionPolicy"
  weeklySchedule = {
    daysOfTheWeek = [
      "string"
    ]
    retentionDuration = {
      count = int
      durationType = "string"
    }
    retentionTimes = [
      "string"
    ]
  }
  yearlySchedule = {
    monthsOfYear = [
      "string"
    ]
    retentionDuration = {
      count = int
      durationType = "string"
    }
    retentionScheduleDaily = {
      daysOfTheMonth = [
        {
          date = int
          isLast = bool
        }
      ]
    }
    retentionScheduleFormatType = "string"
    retentionScheduleWeekly = {
      daysOfTheWeek = [
        "string"
      ]
      weeksOfTheMonth = [
        "string"
      ]
    }
    retentionTimes = [
      "string"
    ]
  }
}

針對 SimpleRetentionPolicy,請使用:

{
  retentionDuration = {
    count = int
    durationType = "string"
  }
  retentionPolicyType = "SimpleRetentionPolicy"
}

SchedulePolicy 物件

設定 schedulePolicyType 屬性,以指定對象的類型。

針對 LongTermSchedulePolicy,請使用:

{
  schedulePolicyType = "LongTermSchedulePolicy"
}

針對 SimpleSchedulePolicy,請使用:

{
  schedulePolicyType = "SimpleSchedulePolicy"
  scheduleRunDays = [
    "string"
  ]
  scheduleRunFrequency = "string"
  scheduleRunTimes = [
    "string"
  ]
  scheduleWeeklyFrequency = int
}

屬性值

AzureIaaSVMProtectionPolicy

名字 描述 價值
backupManagementType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'AzureIaasVM' (必要)
retentionPolicy 保留原則,其中包含備份複製保留範圍的詳細數據。 RetentionPolicy
schedulePolicy 指定為備份原則一部分的備份排程。 SchedulePolicy

AzureSqlProtectionPolicy

名字 描述 價值
backupManagementType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'AzureSql' (必要)
retentionPolicy 保留原則詳細數據。 RetentionPolicy

DailyRetentionFormat

名字 描述 價值
daysOfTheMonth 月份的天數清單。 []

DailyRetentionSchedule

名字 描述 價值
retentionDuration 保留原則的保留期間。 RetentionDuration
retentionTimes 保留原則的保留時間。 string[]

名字 描述 價值
日期 int
isLast bool

LongTermRetentionPolicy

名字 描述 價值
dailySchedule 備份原則的每日保留排程。 DailyRetentionSchedule
monthlySchedule 備份原則的每月保留排程。 MonthlyRetentionSchedule
retentionPolicyType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'LongTermRetentionPolicy' (必要)
weeklySchedule 備份原則的每周保留排程。 WeeklyRetentionSchedule
yearlySchedule 備份原則的每年保留排程。 YearlyRetentionSchedule

LongTermSchedulePolicy

名字 描述 價值
schedulePolicyType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'LongTermSchedulePolicy' (必要)

MabProtectionPolicy

名字 描述 價值
backupManagementType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'MAB' (必要)
retentionPolicy 保留原則中指定的詳細數據。 RetentionPolicy
schedulePolicy 備份原則中指定的排程。 SchedulePolicy

Microsoft.RecoveryServices/vaults/backupPolicies

名字 描述 價值
eTag 選擇性 ETag。 字串
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
parent_id 此資源為父系之資源的標識碼。 類型的資源標識碼:保存庫
性能 備份原則的基類。 工作負載特定的備份原則衍生自這個類別。 ProtectionPolicy
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.RecoveryServices/vaults/backupPolicies@2016-06-01”

MonthlyRetentionSchedule

名字 描述 價值
retentionDuration 保留原則的保留期間。 RetentionDuration
retentionScheduleDaily 每月保留原則的每日保留格式。 DailyRetentionFormat
retentionScheduleFormatType 每月保留原則的保留排程格式類型。 'Daily'
'Invalid'
'Weekly'
retentionScheduleWeekly 每月保留原則的每周保留格式。 WeeklyRetentionFormat
retentionTimes 保留原則的保留時間。 string[]

ProtectionPolicy

名字 描述 價值
backupManagementType 針對 azureIaaSVMProtectionPolicy類型 設定為 'AzureIaasVM'。 針對 azureSqlProtectionPolicy 類型 設定為 'AzureSql',。 將 類型設定為 'MAB',MabProtectionPolicy 'AzureIaasVM'
'AzureSql'
'MAB' (必要)
protectedItemsCount 與此原則相關聯的項目數目。 int

ResourceTags

名字 描述 價值

RetentionDuration

名字 描述 價值
計數 持續時間類型的計數。 保留期間取決於結合 Count 時間和 durationType。
例如,如果 Count = 3 且 durationType = Weeks,則保留期間為三周。
int
durationType 保留原則的保留期間類型。 'Days'
'Invalid'
'Month'
'Weeks'
'Years'

RetentionPolicy

名字 描述 價值
retentionPolicyType 針對 longTermRetentionPolicy 類型設定為 'LongTermRetentionPolicy'。 針對類型 SimpleRetentionPolicy,設定為 'SimpleRetentionPolicy'。 'LongTermRetentionPolicy'
'SimpleRetentionPolicy' (必要)

SchedulePolicy

名字 描述 價值
schedulePolicyType 針對 longTermSchedulePolicy LongTermSchedulePolicy 類型設定為 'LongTermSchedulePolicy',。 針對 simpleSchedulePolicy 類型設定為 'SimpleSchedulePolicy', 'LongTermSchedulePolicy'
'SimpleSchedulePolicy' (必要)

SimpleRetentionPolicy

名字 描述 價值
retentionDuration 保護原則的保留期間。 RetentionDuration
retentionPolicyType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'SimpleRetentionPolicy' (必要)

SimpleSchedulePolicy

名字 描述 價值
schedulePolicyType 這個屬性是用來決定型別多型鏈結中特定類型的歧視性。 'SimpleSchedulePolicy' (必要)
scheduleRunDays 此清單是排程執行時的星期幾。 包含任何的字串數組:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'
scheduleRunFrequency 定義排程原則的頻率間隔(每日或每周)。 'Daily'
'Invalid'
'Weekly'
scheduleRunTimes 排程執行時,一天中的時間清單。 string[]
scheduleWeeklyFrequency 排程執行的每周次數。 int

WeeklyRetentionFormat

名字 描述 價值
daysOfTheWeek 星期幾的清單。 包含任何的字串數組:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'
weeksOfTheMonth 月份的周清單。 包含任何的字串數組:
'First'
'Fourth'
'Last'
'Second'
'Third'

WeeklyRetentionSchedule

名字 描述 價值
daysOfTheWeek 每周保留原則的星期幾清單。 包含任何的字串數組:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'
retentionDuration 保留原則的保留期間。 RetentionDuration
retentionTimes 保留原則的保留時間。 string[]

YearlyRetentionSchedule

名字 描述 價值
monthsOfYear 年度保留原則的年度月份清單。 包含任何的字串數組:
'April'
'August'
'December'
'February'
'Invalid'
'January'
'7 月'
'June'
'March'
'May'
'November'
'10 月'
'九月'
retentionDuration 保留原則的保留期間。 RetentionDuration
retentionScheduleDaily 每年保留原則的每日保留格式。 DailyRetentionFormat
retentionScheduleFormatType 年度保留原則的保留排程格式。 'Daily'
'Invalid'
'Weekly'
retentionScheduleWeekly 每年保留原則的每周保留格式。 WeeklyRetentionFormat
retentionTimes 保留原則的保留時間。 string[]