次の方法で共有


Microsoft.RecoveryServices コンテナー/replicationRecoveryPlans 2023-02-01

Bicep リソース定義

コンテナー/replicationRecoveryPlans リソースの種類は、次をターゲットとする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.RecoveryServices/vaults/replicationRecoveryPlans リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2023-02-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    failoverDeploymentModel: 'string'
    groups: [
      {
        endGroupActions: [
          {
            actionName: 'string'
            customDetails: {
              instanceType: 'string'
              // For remaining properties, see RecoveryPlanActionDetails objects
            }
            failoverDirections: [
              'string'
            ]
            failoverTypes: [
              'string'
            ]
          }
        ]
        groupType: 'string'
        replicationProtectedItems: [
          {
            id: 'string'
            virtualMachineId: 'string'
          }
        ]
        startGroupActions: [
          {
            actionName: 'string'
            customDetails: {
              instanceType: 'string'
              // For remaining properties, see RecoveryPlanActionDetails objects
            }
            failoverDirections: [
              'string'
            ]
            failoverTypes: [
              'string'
            ]
          }
        ]
      }
    ]
    primaryFabricId: 'string'
    providerSpecificInput: [
      {
        instanceType: 'string'
        // For remaining properties, see RecoveryPlanProviderSpecificInput objects
      }
    ]
    recoveryFabricId: 'string'
  }
}

RecoveryPlanProviderSpecificInput オブジェクト

instanceType プロパティを設定して、オブジェクトの種類を指定します。

A2Aの場合は、次を使用します。

{
  instanceType: 'A2A'
  primaryExtendedLocation: {
    name: 'string'
    type: 'string'
  }
  primaryZone: 'string'
  recoveryExtendedLocation: {
    name: 'string'
    type: 'string'
  }
  recoveryZone: 'string'
}

RecoveryPlanActionDetails オブジェクト

instanceType プロパティを設定して、オブジェクトの種類を指定します。

AutomationRunbookActionDetailsの場合は、次のコマンドを使用します。

{
  fabricLocation: 'string'
  instanceType: 'AutomationRunbookActionDetails'
  runbookId: 'string'
  timeout: 'string'
}

ManualActionDetailsの場合は、次のコマンドを使用します。

{
  description: 'string'
  instanceType: 'ManualActionDetails'
}

ScriptActionDetailsの場合は、次のコマンドを使用します。

{
  fabricLocation: 'string'
  instanceType: 'ScriptActionDetails'
  path: 'string'
  timeout: 'string'
}

プロパティ値

CreateRecoveryPlanInputPropertiesOrRecoveryPlanProperties

名前 形容 価値
failoverDeploymentModel フェールオーバー デプロイ モデル。 'Classic'
'NotApplicable'
'ResourceManager'
グループ 復旧計画グループ。 RecoveryPlanGroup[] (必須)
primaryFabricId プライマリ ファブリック ID。 string (必須)
providerSpecificInput プロバイダー固有の入力。 RecoveryPlanProviderSpecificInput[]
recoveryFabricId 復旧ファブリック ID。 string (必須)

ExtendedLocation

名前 形容 価値
名前 拡張された場所の名前。 string (必須)
種類 拡張された場所の種類。 'EdgeZone' (必須)

Microsoft.RecoveryServices/vaults/replicationRecoveryPlans

名前 形容 価値
名前 リソース名 string (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: コンテナー
プロパティ 復旧計画の作成プロパティ。 CreateRecoveryPlanInputPropertiesOrRecoveryPlanProperties の (必須)

RecoveryPlanA2AInput

名前 形容 価値
instanceType インスタンス型を取得します。 'A2A' (必須)
primaryExtendedLocation プライマリ拡張場所。 ExtendedLocation の
primaryZone プライマリ ゾーン。
recoveryExtendedLocation 復旧の拡張場所。 ExtendedLocation の
recoveryZone 復旧ゾーン。

RecoveryPlanAction

名前 形容 価値
actionName アクション名。 string (必須)
customDetails カスタムの詳細。 RecoveryPlanActionDetails (必須)
failoverDirections フェールオーバーの方向の一覧。 次のいずれかを含む文字列配列:
'PrimaryToRecovery'
'RecoveryToPrimary' (必須)
failoverTypes フェールオーバーの種類の一覧。 次のいずれかを含む文字列配列:
'CancelFailover'
'ChangePit'
'Commit'
'CompleteMigration'
'DisableProtection'
'フェールバック'
'FinalizeFailback'
'PlannedFailover'
'RepairReplication'
'ReverseReplicate'
'SwitchProtection'
'TestFailover'
'TestFailoverCleanup'
'UnplannedFailover' (必須)

RecoveryPlanActionDetails

名前 形容 価値
instanceType RecoveryPlanAutomationRunbookActionDetailsの種類 "AutomationRunbookActionDetails" に設定します。 RecoveryPlanManualActionDetailsの型 'ManualActionDetails' に設定します。 RecoveryPlanScriptActionDetailsの型 'ScriptActionDetails' に設定します。 'AutomationRunbookActionDetails'
'ManualActionDetails'
'ScriptActionDetails' (必須)

RecoveryPlanAutomationRunbookActionDetails

名前 形容 価値
fabricLocation ファブリックの場所。 'Primary'
'Recovery' (必須)
instanceType アクションの詳細の種類を取得します (使用可能な値については、RecoveryPlanActionDetailsTypes 列挙型を参照してください)。 'AutomationRunbookActionDetails' (必須)
RunbookId Runbook ARM ID。
タイムアウト Runbook のタイムアウト。

RecoveryPlanGroup

名前 形容 価値
endGroupActions グループの終了アクション。 RecoveryPlanAction[]
groupType グループの種類。 'Boot'
'Failover'
'Shutdown' (必須)
replicationProtectedItems 保護された項目の一覧。 RecoveryPlanProtectedItem[]
startGroupActions グループの開始アクション。 RecoveryPlanAction[]

RecoveryPlanManualActionDetails

名前 形容 価値
形容 手動アクションの説明。
instanceType アクションの詳細の種類を取得します (使用可能な値については、RecoveryPlanActionDetailsTypes 列挙型を参照してください)。 'ManualActionDetails' (必須)

RecoveryPlanProtectedItem

名前 形容 価値
身分証明書 復旧計画で保護された項目の ARM ID。
virtualMachineId 仮想マシン ID。

RecoveryPlanProviderSpecificInput

名前 形容 価値
instanceType RecoveryPlanA2AInputの型 'A2A' に設定します。 'A2A' (必須)

RecoveryPlanScriptActionDetails

名前 形容 価値
fabricLocation ファブリックの場所。 'Primary'
'Recovery' (必須)
instanceType アクションの詳細の種類を取得します (使用可能な値については、RecoveryPlanActionDetailsTypes 列挙型を参照してください)。 'ScriptActionDetails' (必須)
パス スクリプト パス。 string (必須)
タイムアウト スクリプトのタイムアウト。

ARM テンプレート リソース定義

コンテナー/replicationRecoveryPlans リソースの種類は、次をターゲットとする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.RecoveryServices/vaults/replicationRecoveryPlans リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.RecoveryServices/vaults/replicationRecoveryPlans",
  "apiVersion": "2023-02-01",
  "name": "string",
  "properties": {
    "failoverDeploymentModel": "string",
    "groups": [
      {
        "endGroupActions": [
          {
            "actionName": "string",
            "customDetails": {
              "instanceType": "string"
              // For remaining properties, see RecoveryPlanActionDetails objects
            },
            "failoverDirections": [ "string" ],
            "failoverTypes": [ "string" ]
          }
        ],
        "groupType": "string",
        "replicationProtectedItems": [
          {
            "id": "string",
            "virtualMachineId": "string"
          }
        ],
        "startGroupActions": [
          {
            "actionName": "string",
            "customDetails": {
              "instanceType": "string"
              // For remaining properties, see RecoveryPlanActionDetails objects
            },
            "failoverDirections": [ "string" ],
            "failoverTypes": [ "string" ]
          }
        ]
      }
    ],
    "primaryFabricId": "string",
    "providerSpecificInput": [ {
      "instanceType": "string"
      // For remaining properties, see RecoveryPlanProviderSpecificInput objects
    } ],
    "recoveryFabricId": "string"
  }
}

RecoveryPlanProviderSpecificInput オブジェクト

instanceType プロパティを設定して、オブジェクトの種類を指定します。

A2Aの場合は、次を使用します。

{
  "instanceType": "A2A",
  "primaryExtendedLocation": {
    "name": "string",
    "type": "string"
  },
  "primaryZone": "string",
  "recoveryExtendedLocation": {
    "name": "string",
    "type": "string"
  },
  "recoveryZone": "string"
}

RecoveryPlanActionDetails オブジェクト

instanceType プロパティを設定して、オブジェクトの種類を指定します。

AutomationRunbookActionDetailsの場合は、次のコマンドを使用します。

{
  "fabricLocation": "string",
  "instanceType": "AutomationRunbookActionDetails",
  "runbookId": "string",
  "timeout": "string"
}

ManualActionDetailsの場合は、次のコマンドを使用します。

{
  "description": "string",
  "instanceType": "ManualActionDetails"
}

ScriptActionDetailsの場合は、次のコマンドを使用します。

{
  "fabricLocation": "string",
  "instanceType": "ScriptActionDetails",
  "path": "string",
  "timeout": "string"
}

プロパティ値

CreateRecoveryPlanInputPropertiesOrRecoveryPlanProperties

名前 形容 価値
failoverDeploymentModel フェールオーバー デプロイ モデル。 'Classic'
'NotApplicable'
'ResourceManager'
グループ 復旧計画グループ。 RecoveryPlanGroup[] (必須)
primaryFabricId プライマリ ファブリック ID。 string (必須)
providerSpecificInput プロバイダー固有の入力。 RecoveryPlanProviderSpecificInput[]
recoveryFabricId 復旧ファブリック ID。 string (必須)

ExtendedLocation

名前 形容 価値
名前 拡張された場所の名前。 string (必須)
種類 拡張された場所の種類。 'EdgeZone' (必須)

Microsoft.RecoveryServices/vaults/replicationRecoveryPlans

名前 形容 価値
apiVersion API のバージョン '2023-02-01'
名前 リソース名 string (必須)
プロパティ 復旧計画の作成プロパティ。 CreateRecoveryPlanInputPropertiesOrRecoveryPlanProperties の (必須)
種類 リソースの種類 'Microsoft.RecoveryServices/vaults/replicationRecoveryPlans'

RecoveryPlanA2AInput

名前 形容 価値
instanceType インスタンス型を取得します。 'A2A' (必須)
primaryExtendedLocation プライマリ拡張場所。 ExtendedLocation の
primaryZone プライマリ ゾーン。
recoveryExtendedLocation 復旧の拡張場所。 ExtendedLocation の
recoveryZone 復旧ゾーン。

RecoveryPlanAction

名前 形容 価値
actionName アクション名。 string (必須)
customDetails カスタムの詳細。 RecoveryPlanActionDetails (必須)
failoverDirections フェールオーバーの方向の一覧。 次のいずれかを含む文字列配列:
'PrimaryToRecovery'
'RecoveryToPrimary' (必須)
failoverTypes フェールオーバーの種類の一覧。 次のいずれかを含む文字列配列:
'CancelFailover'
'ChangePit'
'Commit'
'CompleteMigration'
'DisableProtection'
'フェールバック'
'FinalizeFailback'
'PlannedFailover'
'RepairReplication'
'ReverseReplicate'
'SwitchProtection'
'TestFailover'
'TestFailoverCleanup'
'UnplannedFailover' (必須)

RecoveryPlanActionDetails

名前 形容 価値
instanceType RecoveryPlanAutomationRunbookActionDetailsの種類 "AutomationRunbookActionDetails" に設定します。 RecoveryPlanManualActionDetailsの型 'ManualActionDetails' に設定します。 RecoveryPlanScriptActionDetailsの型 'ScriptActionDetails' に設定します。 'AutomationRunbookActionDetails'
'ManualActionDetails'
'ScriptActionDetails' (必須)

RecoveryPlanAutomationRunbookActionDetails

名前 形容 価値
fabricLocation ファブリックの場所。 'Primary'
'Recovery' (必須)
instanceType アクションの詳細の種類を取得します (使用可能な値については、RecoveryPlanActionDetailsTypes 列挙型を参照してください)。 'AutomationRunbookActionDetails' (必須)
RunbookId Runbook ARM ID。
タイムアウト Runbook のタイムアウト。

RecoveryPlanGroup

名前 形容 価値
endGroupActions グループの終了アクション。 RecoveryPlanAction[]
groupType グループの種類。 'Boot'
'Failover'
'Shutdown' (必須)
replicationProtectedItems 保護された項目の一覧。 RecoveryPlanProtectedItem[]
startGroupActions グループの開始アクション。 RecoveryPlanAction[]

RecoveryPlanManualActionDetails

名前 形容 価値
形容 手動アクションの説明。
instanceType アクションの詳細の種類を取得します (使用可能な値については、RecoveryPlanActionDetailsTypes 列挙型を参照してください)。 'ManualActionDetails' (必須)

RecoveryPlanProtectedItem

名前 形容 価値
身分証明書 復旧計画で保護された項目の ARM ID。
virtualMachineId 仮想マシン ID。

RecoveryPlanProviderSpecificInput

名前 形容 価値
instanceType RecoveryPlanA2AInputの型 'A2A' に設定します。 'A2A' (必須)

RecoveryPlanScriptActionDetails

名前 形容 価値
fabricLocation ファブリックの場所。 'Primary'
'Recovery' (必須)
instanceType アクションの詳細の種類を取得します (使用可能な値については、RecoveryPlanActionDetailsTypes 列挙型を参照してください)。 'ScriptActionDetails' (必須)
パス スクリプト パス。 string (必須)
タイムアウト スクリプトのタイムアウト。

Terraform (AzAPI プロバイダー) リソース定義

コンテナー/replicationRecoveryPlans リソースの種類は、次をターゲットとする操作と共にデプロイできます。

  • リソース グループの

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.RecoveryServices/vaults/replicationRecoveryPlans リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2023-02-01"
  name = "string"
  body = jsonencode({
    properties = {
      failoverDeploymentModel = "string"
      groups = [
        {
          endGroupActions = [
            {
              actionName = "string"
              customDetails = {
                instanceType = "string"
                // For remaining properties, see RecoveryPlanActionDetails objects
              }
              failoverDirections = [
                "string"
              ]
              failoverTypes = [
                "string"
              ]
            }
          ]
          groupType = "string"
          replicationProtectedItems = [
            {
              id = "string"
              virtualMachineId = "string"
            }
          ]
          startGroupActions = [
            {
              actionName = "string"
              customDetails = {
                instanceType = "string"
                // For remaining properties, see RecoveryPlanActionDetails objects
              }
              failoverDirections = [
                "string"
              ]
              failoverTypes = [
                "string"
              ]
            }
          ]
        }
      ]
      primaryFabricId = "string"
      providerSpecificInput = [
        {
          instanceType = "string"
          // For remaining properties, see RecoveryPlanProviderSpecificInput objects
        }
      ]
      recoveryFabricId = "string"
    }
  })
}

RecoveryPlanProviderSpecificInput オブジェクト

instanceType プロパティを設定して、オブジェクトの種類を指定します。

A2Aの場合は、次を使用します。

{
  instanceType = "A2A"
  primaryExtendedLocation = {
    name = "string"
    type = "string"
  }
  primaryZone = "string"
  recoveryExtendedLocation = {
    name = "string"
    type = "string"
  }
  recoveryZone = "string"
}

RecoveryPlanActionDetails オブジェクト

instanceType プロパティを設定して、オブジェクトの種類を指定します。

AutomationRunbookActionDetailsの場合は、次のコマンドを使用します。

{
  fabricLocation = "string"
  instanceType = "AutomationRunbookActionDetails"
  runbookId = "string"
  timeout = "string"
}

ManualActionDetailsの場合は、次のコマンドを使用します。

{
  description = "string"
  instanceType = "ManualActionDetails"
}

ScriptActionDetailsの場合は、次のコマンドを使用します。

{
  fabricLocation = "string"
  instanceType = "ScriptActionDetails"
  path = "string"
  timeout = "string"
}

プロパティ値

CreateRecoveryPlanInputPropertiesOrRecoveryPlanProperties

名前 形容 価値
failoverDeploymentModel フェールオーバー デプロイ モデル。 'Classic'
'NotApplicable'
'ResourceManager'
グループ 復旧計画グループ。 RecoveryPlanGroup[] (必須)
primaryFabricId プライマリ ファブリック ID。 string (必須)
providerSpecificInput プロバイダー固有の入力。 RecoveryPlanProviderSpecificInput[]
recoveryFabricId 復旧ファブリック ID。 string (必須)

ExtendedLocation

名前 形容 価値
名前 拡張された場所の名前。 string (必須)
種類 拡張された場所の種類。 'EdgeZone' (必須)

Microsoft.RecoveryServices/vaults/replicationRecoveryPlans

名前 形容 価値
名前 リソース名 string (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: コンテナー
プロパティ 復旧計画の作成プロパティ。 CreateRecoveryPlanInputPropertiesOrRecoveryPlanProperties の (必須)
種類 リソースの種類 "Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2023-02-01"

RecoveryPlanA2AInput

名前 形容 価値
instanceType インスタンス型を取得します。 'A2A' (必須)
primaryExtendedLocation プライマリ拡張場所。 ExtendedLocation の
primaryZone プライマリ ゾーン。
recoveryExtendedLocation 復旧の拡張場所。 ExtendedLocation の
recoveryZone 復旧ゾーン。

RecoveryPlanAction

名前 形容 価値
actionName アクション名。 string (必須)
customDetails カスタムの詳細。 RecoveryPlanActionDetails (必須)
failoverDirections フェールオーバーの方向の一覧。 次のいずれかを含む文字列配列:
'PrimaryToRecovery'
'RecoveryToPrimary' (必須)
failoverTypes フェールオーバーの種類の一覧。 次のいずれかを含む文字列配列:
'CancelFailover'
'ChangePit'
'Commit'
'CompleteMigration'
'DisableProtection'
'フェールバック'
'FinalizeFailback'
'PlannedFailover'
'RepairReplication'
'ReverseReplicate'
'SwitchProtection'
'TestFailover'
'TestFailoverCleanup'
'UnplannedFailover' (必須)

RecoveryPlanActionDetails

名前 形容 価値
instanceType RecoveryPlanAutomationRunbookActionDetailsの種類 "AutomationRunbookActionDetails" に設定します。 RecoveryPlanManualActionDetailsの型 'ManualActionDetails' に設定します。 RecoveryPlanScriptActionDetailsの型 'ScriptActionDetails' に設定します。 'AutomationRunbookActionDetails'
'ManualActionDetails'
'ScriptActionDetails' (必須)

RecoveryPlanAutomationRunbookActionDetails

名前 形容 価値
fabricLocation ファブリックの場所。 'Primary'
'Recovery' (必須)
instanceType アクションの詳細の種類を取得します (使用可能な値については、RecoveryPlanActionDetailsTypes 列挙型を参照してください)。 'AutomationRunbookActionDetails' (必須)
RunbookId Runbook ARM ID。
タイムアウト Runbook のタイムアウト。

RecoveryPlanGroup

名前 形容 価値
endGroupActions グループの終了アクション。 RecoveryPlanAction[]
groupType グループの種類。 'Boot'
'Failover'
'Shutdown' (必須)
replicationProtectedItems 保護された項目の一覧。 RecoveryPlanProtectedItem[]
startGroupActions グループの開始アクション。 RecoveryPlanAction[]

RecoveryPlanManualActionDetails

名前 形容 価値
形容 手動アクションの説明。
instanceType アクションの詳細の種類を取得します (使用可能な値については、RecoveryPlanActionDetailsTypes 列挙型を参照してください)。 'ManualActionDetails' (必須)

RecoveryPlanProtectedItem

名前 形容 価値
身分証明書 復旧計画で保護された項目の ARM ID。
virtualMachineId 仮想マシン ID。

RecoveryPlanProviderSpecificInput

名前 形容 価値
instanceType RecoveryPlanA2AInputの型 'A2A' に設定します。 'A2A' (必須)

RecoveryPlanScriptActionDetails

名前 形容 価値
fabricLocation ファブリックの場所。 'Primary'
'Recovery' (必須)
instanceType アクションの詳細の種類を取得します (使用可能な値については、RecoveryPlanActionDetailsTypes 列挙型を参照してください)。 'ScriptActionDetails' (必須)
パス スクリプト パス。 string (必須)
タイムアウト スクリプトのタイムアウト。