Microsoft.RecoveryServices vaults/backupFabrics/backupProtectionIntent 2022-09-01-preview
- 最新の を
する - 2024-10-01
- 2024-07-30-preview
- 2024-04-30-preview
- 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-30-preview
- 2022-09-01-preview
- 2022-06-01-preview
- 2022-04-01
- 2022-03-01
- 2022-02-01
- 2022-01-01
- 2021-12-01
- 2021-10-01
- 2021-08-01
- 2021-07-01
- 2021-06-01
- 2021-04-01
- 2021-03-01
- 2021-02-10
- 2021-02-01
- 2021-02-01-preview
- 2017-07-01
Bicep リソース定義
コンテナー/backupFabrics/backupProtectionIntent リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-01-preview' = {
parent: resourceSymbolicName
eTag: 'string'
location: 'string'
name: 'string'
properties: {
backupManagementType: 'string'
itemId: 'string'
policyId: 'string'
protectionState: 'string'
sourceResourceId: 'string'
protectionIntentItemType: 'string'
// For remaining properties, see ProtectionIntent objects
}
tags: {
{customized property}: 'string'
}
}
ProtectionIntent オブジェクト
protectionIntentItemType プロパティを設定して、オブジェクトの種類を指定します。
AzureResourceItemの場合は、次のコマンドを使用します。
{
friendlyName: 'string'
protectionIntentItemType: 'AzureResourceItem'
}
AzureWorkloadSQLAutoProtectionIntentの場合は、次のコマンドを使用します。
{
protectionIntentItemType: 'AzureWorkloadSQLAutoProtectionIntent'
workloadItemType: 'string'
}
AzureWorkloadContainerAutoProtectionIntent の場合は、次のコマンドを使用します。
{
protectionIntentItemType: 'AzureWorkloadContainerAutoProtectionIntent'
}
プロパティ値
AzureResourceProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
friendlyName | このバックアップ項目によって表される VM のフレンドリ名。 | 糸 |
protectionIntentItemType | backup protectionIntent の種類。 | 'AzureResourceItem' (必須) |
AzureWorkloadContainerAutoProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
protectionIntentItemType | backup protectionIntent の種類。 | 'AzureWorkloadContainerAutoProtectionIntent' (必須) |
AzureWorkloadSQLAutoProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
protectionIntentItemType | backup protectionIntent の種類。 | 'AzureWorkloadSQLAutoProtectionIntent' (必須) |
workloadItemType | 意図を設定するアイテムのワークロード項目の種類 | 'Invalid' 'SAPAseDatabase' 'SAPAseSystem' 'SAPHanaDatabase' 'SAPHanaDBInstance' 'SAPHanaSystem' 'SQLDataBase' 'SQLInstance' |
Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
eTag | 省略可能な ETag。 | 糸 |
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: コンテナー/backupFabrics |
プロパティ | ProtectionIntentResource プロパティ | ProtectionIntent |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
ProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
backupManagementType | バックアップ項目のバックアップ管理の種類。 | 'AzureBackupServer' 'AzureIaasVM' 'AzureSql' 'AzureStorage' 'AzureWorkload' 'DefaultBackup' 'DPM' 'Invalid' 'MAB' |
itemId | 保護されている項目の ID。Azure Vm の場合は ProtectedItemId です | 糸 |
policyId | この項目がバックアップされるバックアップ ポリシーの ID。 | 糸 |
protectionIntentItemType | AzureResourceProtectionIntentの種類 |
'AzureResourceItem' 'AzureWorkloadContainerAutoProtectionIntent' 'AzureWorkloadSQLAutoProtectionIntent' (必須) |
protectionState | このバックアップ項目のバックアップ状態。 | 'Invalid' 'NotProtected' 'Protected' 'Protecting' 'ProtectionFailed' |
sourceResourceId | バックアップするリソースの ARM ID。 | 糸 |
ResourceTags
名前 | 形容 | 価値 |
---|
ARM テンプレート リソース定義
コンテナー/backupFabrics/backupProtectionIntent リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent リソースを作成するには、テンプレートに次の JSON を追加します。
{
"type": "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent",
"apiVersion": "2022-09-01-preview",
"name": "string",
"eTag": "string",
"location": "string",
"properties": {
"backupManagementType": "string",
"itemId": "string",
"policyId": "string",
"protectionState": "string",
"sourceResourceId": "string",
"protectionIntentItemType": "string"
// For remaining properties, see ProtectionIntent objects
},
"tags": {
"{customized property}": "string"
}
}
ProtectionIntent オブジェクト
protectionIntentItemType プロパティを設定して、オブジェクトの種類を指定します。
AzureResourceItemの場合は、次のコマンドを使用します。
{
"friendlyName": "string",
"protectionIntentItemType": "AzureResourceItem"
}
AzureWorkloadSQLAutoProtectionIntentの場合は、次のコマンドを使用します。
{
"protectionIntentItemType": "AzureWorkloadSQLAutoProtectionIntent",
"workloadItemType": "string"
}
AzureWorkloadContainerAutoProtectionIntent の場合は、次のコマンドを使用します。
{
"protectionIntentItemType": "AzureWorkloadContainerAutoProtectionIntent"
}
プロパティ値
AzureResourceProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
friendlyName | このバックアップ項目によって表される VM のフレンドリ名。 | 糸 |
protectionIntentItemType | backup protectionIntent の種類。 | 'AzureResourceItem' (必須) |
AzureWorkloadContainerAutoProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
protectionIntentItemType | backup protectionIntent の種類。 | 'AzureWorkloadContainerAutoProtectionIntent' (必須) |
AzureWorkloadSQLAutoProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
protectionIntentItemType | backup protectionIntent の種類。 | 'AzureWorkloadSQLAutoProtectionIntent' (必須) |
workloadItemType | 意図を設定するアイテムのワークロード項目の種類 | 'Invalid' 'SAPAseDatabase' 'SAPAseSystem' 'SAPHanaDatabase' 'SAPHanaDBInstance' 'SAPHanaSystem' 'SQLDataBase' 'SQLInstance' |
Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2022-09-01-preview' |
eTag | 省略可能な ETag。 | 糸 |
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
プロパティ | ProtectionIntentResource プロパティ | ProtectionIntent |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
種類 | リソースの種類 | 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent' |
ProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
backupManagementType | バックアップ項目のバックアップ管理の種類。 | 'AzureBackupServer' 'AzureIaasVM' 'AzureSql' 'AzureStorage' 'AzureWorkload' 'DefaultBackup' 'DPM' 'Invalid' 'MAB' |
itemId | 保護されている項目の ID。Azure Vm の場合は ProtectedItemId です | 糸 |
policyId | この項目がバックアップされるバックアップ ポリシーの ID。 | 糸 |
protectionIntentItemType | AzureResourceProtectionIntentの種類 |
'AzureResourceItem' 'AzureWorkloadContainerAutoProtectionIntent' 'AzureWorkloadSQLAutoProtectionIntent' (必須) |
protectionState | このバックアップ項目のバックアップ状態。 | 'Invalid' 'NotProtected' 'Protected' 'Protecting' 'ProtectionFailed' |
sourceResourceId | バックアップするリソースの ARM ID。 | 糸 |
ResourceTags
名前 | 形容 | 価値 |
---|
Terraform (AzAPI プロバイダー) リソース定義
コンテナー/backupFabrics/backupProtectionIntent リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-01-preview"
name = "string"
eTag = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
backupManagementType = "string"
itemId = "string"
policyId = "string"
protectionState = "string"
sourceResourceId = "string"
protectionIntentItemType = "string"
// For remaining properties, see ProtectionIntent objects
}
})
}
ProtectionIntent オブジェクト
protectionIntentItemType プロパティを設定して、オブジェクトの種類を指定します。
AzureResourceItemの場合は、次のコマンドを使用します。
{
friendlyName = "string"
protectionIntentItemType = "AzureResourceItem"
}
AzureWorkloadSQLAutoProtectionIntentの場合は、次のコマンドを使用します。
{
protectionIntentItemType = "AzureWorkloadSQLAutoProtectionIntent"
workloadItemType = "string"
}
AzureWorkloadContainerAutoProtectionIntent の場合は、次のコマンドを使用します。
{
protectionIntentItemType = "AzureWorkloadContainerAutoProtectionIntent"
}
プロパティ値
AzureResourceProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
friendlyName | このバックアップ項目によって表される VM のフレンドリ名。 | 糸 |
protectionIntentItemType | backup protectionIntent の種類。 | 'AzureResourceItem' (必須) |
AzureWorkloadContainerAutoProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
protectionIntentItemType | backup protectionIntent の種類。 | 'AzureWorkloadContainerAutoProtectionIntent' (必須) |
AzureWorkloadSQLAutoProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
protectionIntentItemType | backup protectionIntent の種類。 | 'AzureWorkloadSQLAutoProtectionIntent' (必須) |
workloadItemType | 意図を設定するアイテムのワークロード項目の種類 | 'Invalid' 'SAPAseDatabase' 'SAPAseSystem' 'SAPHanaDatabase' 'SAPHanaDBInstance' 'SAPHanaSystem' 'SQLDataBase' 'SQLInstance' |
Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
eTag | 省略可能な ETag。 | 糸 |
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: コンテナー/backupFabrics |
プロパティ | ProtectionIntentResource プロパティ | ProtectionIntent |
タグ | リソース タグ | タグ名と値のディクショナリ。 |
種類 | リソースの種類 | "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-01-preview" |
ProtectionIntent
名前 | 形容 | 価値 |
---|---|---|
backupManagementType | バックアップ項目のバックアップ管理の種類。 | 'AzureBackupServer' 'AzureIaasVM' 'AzureSql' 'AzureStorage' 'AzureWorkload' 'DefaultBackup' 'DPM' 'Invalid' 'MAB' |
itemId | 保護されている項目の ID。Azure Vm の場合は ProtectedItemId です | 糸 |
policyId | この項目がバックアップされるバックアップ ポリシーの ID。 | 糸 |
protectionIntentItemType | AzureResourceProtectionIntentの種類 |
'AzureResourceItem' 'AzureWorkloadContainerAutoProtectionIntent' 'AzureWorkloadSQLAutoProtectionIntent' (必須) |
protectionState | このバックアップ項目のバックアップ状態。 | 'Invalid' 'NotProtected' 'Protected' 'Protecting' 'ProtectionFailed' |
sourceResourceId | バックアップするリソースの ARM ID。 | 糸 |
ResourceTags
名前 | 形容 | 価値 |
---|