Microsoft.RecoveryServices コンテナー/replicationRecoveryPlans 2022-03-01
- 最新の を
する - 2024-10-01
- 2024-04-01
- 2024-02-01
- 2024-01-01
- 2023-08-01
- 2023-06-01
- 2023-04-01
- 2023-02-01
- 2023-01-01
- 2022-10-01
- 2022-09-10
- 2022-08-01
- 2022-05-01
- 2022-04-01
- 2022-03-01
- 2022-02-01
- 2022-01-01
- 2021-12-01
- 2021-11-01
- 2021-10-01
- 2021-08-01
- 2021-07-01
- 2021-06-01
- 2021-04-01
- 2021-03-01
- 2021-02-10
- 2018-07-10
- 2018-01-10
- 2016-08-10
Bicep リソース定義
コンテナー/replicationRecoveryPlans リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.RecoveryServices/vaults/replicationRecoveryPlans リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-03-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'
}
}
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'
}
RecoveryPlanProviderSpecificInput オブジェクト
instanceType プロパティを設定して、オブジェクトの種類を指定します。
A2Aの場合は、次を使用します。
{
instanceType: 'A2A'
primaryExtendedLocation: {
name: 'string'
type: 'string'
}
primaryZone: 'string'
recoveryExtendedLocation: {
name: 'string'
type: 'string'
}
recoveryZone: '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' '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' (必須) |
RecoveryPlanScriptActionDetails
名前 | 形容 | 価値 |
---|---|---|
fabricLocation | ファブリックの場所。 | 'Primary' 'Recovery' (必須) |
instanceType | アクションの詳細の種類を取得します (使用可能な値については、RecoveryPlanActionDetailsTypes 列挙型を参照してください)。 | 'ScriptActionDetails' (必須) |
パス | スクリプト パス。 | string (必須) |
タイムアウト | スクリプトのタイムアウト。 | 糸 |
ARM テンプレート リソース定義
コンテナー/replicationRecoveryPlans リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.RecoveryServices/vaults/replicationRecoveryPlans リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.RecoveryServices/vaults/replicationRecoveryPlans",
"apiVersion": "2022-03-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"
}
}
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"
}
RecoveryPlanProviderSpecificInput オブジェクト
instanceType プロパティを設定して、オブジェクトの種類を指定します。
A2Aの場合は、次を使用します。
{
"instanceType": "A2A",
"primaryExtendedLocation": {
"name": "string",
"type": "string"
},
"primaryZone": "string",
"recoveryExtendedLocation": {
"name": "string",
"type": "string"
},
"recoveryZone": "string"
}
プロパティ値
CreateRecoveryPlanInputPropertiesOrRecoveryPlanProperties
名前 | 形容 | 価値 |
---|---|---|
failoverDeploymentModel | フェールオーバー デプロイ モデル。 | 'Classic' 'NotApplicable' 'ResourceManager' |
グループ | 復旧計画グループ。 | RecoveryPlanGroup[] (必須) |
primaryFabricId | プライマリ ファブリック ID。 | string (必須) |
providerSpecificInput | プロバイダー固有の入力。 | RecoveryPlanProviderSpecificInput[] |
recoveryFabricId | 復旧ファブリック ID。 | string (必須) |
ExtendedLocation
名前 | 形容 | 価値 |
---|---|---|
名前 | 拡張された場所の名前。 | string (必須) |
種類 | 拡張された場所の種類。 | 'EdgeZone' (必須) |
Microsoft.RecoveryServices/vaults/replicationRecoveryPlans
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2022-03-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' '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' (必須) |
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@2022-03-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"
}
})
}
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"
}
RecoveryPlanProviderSpecificInput オブジェクト
instanceType プロパティを設定して、オブジェクトの種類を指定します。
A2Aの場合は、次を使用します。
{
instanceType = "A2A"
primaryExtendedLocation = {
name = "string"
type = "string"
}
primaryZone = "string"
recoveryExtendedLocation = {
name = "string"
type = "string"
}
recoveryZone = "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@2022-03-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' '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' (必須) |
RecoveryPlanScriptActionDetails
名前 | 形容 | 価値 |
---|---|---|
fabricLocation | ファブリックの場所。 | 'Primary' 'Recovery' (必須) |
instanceType | アクションの詳細の種類を取得します (使用可能な値については、RecoveryPlanActionDetailsTypes 列挙型を参照してください)。 | 'ScriptActionDetails' (必須) |
パス | スクリプト パス。 | string (必須) |
タイムアウト | スクリプトのタイムアウト。 | 糸 |