次の方法で共有


Vaults - Create Or Update

Recovery Services コンテナーを作成または更新します。

PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}?api-version=2024-10-01

URI パラメーター

名前 / 必須 説明
resourceGroupName
path True

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

subscriptionId
path True

string

ターゲット サブスクリプションの ID。

vaultName
path True

string

Recovery Services コンテナーの名前。

api-version
query True

string

この操作に使用する API バージョン。

要求ヘッダー

名前 必須 説明
x-ms-authorization-auxiliary

string

要求本文

名前 必須 説明
location True

string

リソースの場所。

etag

string

省略可能な ETag。

identity

IdentityData

リソースの ID。

properties

VaultProperties

コンテナーのプロパティ。

sku

Sku

各 Azure リソースの一意のシステム識別子を識別します。

tags

object

リソース タグ。

応答

名前 説明
200 OK

Vault

わかりました

201 Created

Vault

作成

Other Status Codes

CloudError

操作が失敗した理由を説明するエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
user_impersonation ユーザー アカウントを偽装します。

Create or Update Recovery Services vault
Create or Update Vault performing critical operation With MUA
Create or Update Vault with CustomerManagedKeys
Create or Update Vault With Monitoring Setting
Create or Update Vault With Redundancy Setting
Create or Update Vault with User Assigned Identity

Create or Update Recovery Services vault

要求のサンプル

PUT https://management.azure.com/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample?api-version=2024-10-01

{
  "properties": {
    "publicNetworkAccess": "Enabled"
  },
  "sku": {
    "name": "Standard"
  },
  "location": "West US",
  "identity": {
    "type": "SystemAssigned"
  }
}

応答のサンプル

{
  "location": "westus",
  "name": "swaggerExample",
  "etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
  "tags": {
    "TestUpdatedKey": "TestUpdatedValue"
  },
  "identity": {
    "tenantId": "d676e86e-2206-4a7c-999c-ece52c144b5b",
    "principalId": "3137d6c7-5d6c-411c-b934-7a2a729ee247",
    "type": "SystemAssigned"
  },
  "properties": {
    "publicNetworkAccess": "Enabled",
    "provisioningState": "Succeeded"
  },
  "id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
  "type": "Microsoft.RecoveryServices/vaults",
  "sku": {
    "name": "RS0",
    "tier": "Standard"
  }
}
{
  "location": "westus",
  "name": "swaggerExample",
  "etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
  "tags": {
    "TestUpdatedKey": "TestUpdatedValue"
  },
  "identity": {
    "tenantId": "d676e86e-2206-4a7c-999c-ece52c144b5b",
    "principalId": "3137d6c7-5d6c-411c-b934-7a2a729ee247",
    "type": "SystemAssigned"
  },
  "properties": {
    "publicNetworkAccess": "Enabled",
    "provisioningState": "Succeeded"
  },
  "id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
  "type": "Microsoft.RecoveryServices/vaults",
  "sku": {
    "name": "RS0",
    "tier": "Standard"
  }
}

Create or Update Vault performing critical operation With MUA

要求のサンプル

PUT https://management.azure.com/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample?api-version=2024-10-01

{
  "properties": {
    "publicNetworkAccess": "Enabled",
    "encryption": {
      "keyVaultProperties": {
        "keyUri": "https://cmk2xkv.vault.azure.net/keys/Key1/0767b348bb1a4c07baa6c4ec0055d2b3"
      },
      "kekIdentity": {
        "userAssignedIdentity": "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi"
      },
      "infrastructureEncryption": "Enabled"
    },
    "resourceGuardOperationRequests": [
      "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/ankurResourceGuard1/providers/Microsoft.DataProtection/resourceGuards/ResourceGuard38-1/modifyEncryptionSettings/default"
    ]
  },
  "sku": {
    "name": "Standard"
  },
  "location": "West US",
  "identity": {
    "type": "UserAssigned",
    "userAssignedIdentities": {
      "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi": {}
    }
  }
}

応答のサンプル

{
  "location": "westus",
  "name": "swaggerExample",
  "etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
  "tags": {
    "TestUpdatedKey": "TestUpdatedValue"
  },
  "identity": {
    "type": "UserAssigned",
    "userAssignedIdentities": {
      "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi": {
        "clientId": "fbe75b66-01c5-4f87-a220-233af3270436",
        "principalId": "075a0ca6-43f6-4434-9abf-c9b1b79f9219"
      }
    }
  },
  "properties": {
    "publicNetworkAccess": "Enabled",
    "provisioningState": "Succeeded",
    "encryption": {
      "keyVaultProperties": {
        "keyUri": "https://cmk2xkv.vault.azure.net/keys/Key1/0767b348bb1a4c07baa6c4ec0055d2b3"
      },
      "kekIdentity": {
        "userAssignedIdentity": "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi",
        "useSystemAssignedIdentity": false
      },
      "infrastructureEncryption": "Enabled"
    }
  },
  "id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
  "type": "Microsoft.RecoveryServices/vaults",
  "sku": {
    "name": "Standard"
  }
}
Retry-After: 10
Azure-AsyncOperation: /subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample/operationStatus/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2015-03-15
{
  "location": "westus",
  "name": "swaggerExample",
  "etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
  "tags": {
    "TestUpdatedKey": "TestUpdatedValue"
  },
  "identity": {
    "type": "UserAssigned",
    "userAssignedIdentities": {
      "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi": {}
    }
  },
  "properties": {
    "publicNetworkAccess": "Enabled",
    "provisioningState": "Provisioning",
    "encryption": {
      "keyVaultProperties": {
        "keyUri": "https://cmk2xkv.vault.azure.net/keys/Key1/0767b348bb1a4c07baa6c4ec0055d2b3"
      },
      "kekIdentity": {
        "userAssignedIdentity": "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi",
        "useSystemAssignedIdentity": false
      },
      "infrastructureEncryption": "Enabled"
    }
  },
  "id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
  "type": "Microsoft.RecoveryServices/vaults",
  "sku": {
    "name": "Standard"
  }
}

Create or Update Vault with CustomerManagedKeys

要求のサンプル

PUT https://management.azure.com/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample?api-version=2024-10-01

{
  "properties": {
    "publicNetworkAccess": "Enabled",
    "encryption": {
      "keyVaultProperties": {
        "keyUri": "https://cmk2xkv.vault.azure.net/keys/Key1/0767b348bb1a4c07baa6c4ec0055d2b3"
      },
      "kekIdentity": {
        "userAssignedIdentity": "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi"
      },
      "infrastructureEncryption": "Enabled"
    }
  },
  "sku": {
    "name": "Standard"
  },
  "location": "West US",
  "identity": {
    "type": "UserAssigned",
    "userAssignedIdentities": {
      "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi": {}
    }
  }
}

応答のサンプル

{
  "location": "westus",
  "name": "swaggerExample",
  "etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
  "tags": {
    "TestUpdatedKey": "TestUpdatedValue"
  },
  "identity": {
    "type": "UserAssigned",
    "userAssignedIdentities": {
      "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi": {
        "clientId": "fbe75b66-01c5-4f87-a220-233af3270436",
        "principalId": "075a0ca6-43f6-4434-9abf-c9b1b79f9219"
      }
    }
  },
  "properties": {
    "publicNetworkAccess": "Enabled",
    "provisioningState": "Succeeded",
    "encryption": {
      "keyVaultProperties": {
        "keyUri": "https://cmk2xkv.vault.azure.net/keys/Key1/0767b348bb1a4c07baa6c4ec0055d2b3"
      },
      "kekIdentity": {
        "userAssignedIdentity": "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi",
        "useSystemAssignedIdentity": false
      },
      "infrastructureEncryption": "Enabled"
    }
  },
  "id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
  "type": "Microsoft.RecoveryServices/vaults",
  "sku": {
    "name": "Standard"
  }
}
Retry-After: 10
Azure-AsyncOperation: /subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample/operationStatus/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2015-03-15
{
  "location": "westus",
  "name": "swaggerExample",
  "etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
  "tags": {
    "TestUpdatedKey": "TestUpdatedValue"
  },
  "identity": {
    "type": "UserAssigned",
    "userAssignedIdentities": {
      "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi": {}
    }
  },
  "properties": {
    "publicNetworkAccess": "Enabled",
    "provisioningState": "Provisioning",
    "encryption": {
      "keyVaultProperties": {
        "keyUri": "https://cmk2xkv.vault.azure.net/keys/Key1/0767b348bb1a4c07baa6c4ec0055d2b3"
      },
      "kekIdentity": {
        "userAssignedIdentity": "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi",
        "useSystemAssignedIdentity": false
      },
      "infrastructureEncryption": "Enabled"
    }
  },
  "id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
  "type": "Microsoft.RecoveryServices/vaults",
  "sku": {
    "name": "Standard"
  }
}

Create or Update Vault With Monitoring Setting

要求のサンプル

PUT https://management.azure.com/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample?api-version=2024-10-01

{
  "properties": {
    "publicNetworkAccess": "Enabled",
    "monitoringSettings": {
      "azureMonitorAlertSettings": {
        "alertsForAllJobFailures": "Enabled",
        "alertsForAllReplicationIssues": "Enabled",
        "alertsForAllFailoverIssues": "Disabled"
      },
      "classicAlertSettings": {
        "alertsForCriticalOperations": "Disabled",
        "emailNotificationsForSiteRecovery": "Enabled"
      }
    }
  },
  "sku": {
    "name": "Standard"
  },
  "location": "West US",
  "identity": {
    "type": "SystemAssigned"
  }
}

応答のサンプル

{
  "location": "westus",
  "name": "swaggerExample",
  "etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
  "tags": {
    "TestUpdatedKey": "TestUpdatedValue"
  },
  "identity": {
    "tenantId": "d676e86e-2206-4a7c-999c-ece52c144b5b",
    "principalId": "3137d6c7-5d6c-411c-b934-7a2a729ee247",
    "type": "SystemAssigned"
  },
  "properties": {
    "publicNetworkAccess": "Enabled",
    "provisioningState": "Succeeded",
    "monitoringSettings": {
      "azureMonitorAlertSettings": {
        "alertsForAllJobFailures": "Enabled",
        "alertsForAllReplicationIssues": "Enabled",
        "alertsForAllFailoverIssues": "Disabled"
      },
      "classicAlertSettings": {
        "alertsForCriticalOperations": "Disabled",
        "emailNotificationsForSiteRecovery": "Enabled"
      }
    }
  },
  "id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
  "type": "Microsoft.RecoveryServices/vaults",
  "sku": {
    "name": "RS0",
    "tier": "Standard"
  }
}
{
  "location": "westus",
  "name": "swaggerExample",
  "etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
  "tags": {
    "TestUpdatedKey": "TestUpdatedValue"
  },
  "identity": {
    "tenantId": "d676e86e-2206-4a7c-999c-ece52c144b5b",
    "principalId": "3137d6c7-5d6c-411c-b934-7a2a729ee247",
    "type": "SystemAssigned"
  },
  "properties": {
    "publicNetworkAccess": "Enabled",
    "provisioningState": "Succeeded",
    "monitoringSettings": {
      "azureMonitorAlertSettings": {
        "alertsForAllJobFailures": "Enabled",
        "alertsForAllReplicationIssues": "Enabled",
        "alertsForAllFailoverIssues": "Disabled"
      },
      "classicAlertSettings": {
        "alertsForCriticalOperations": "Disabled",
        "emailNotificationsForSiteRecovery": "Enabled"
      }
    }
  },
  "id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
  "type": "Microsoft.RecoveryServices/vaults",
  "sku": {
    "name": "RS0",
    "tier": "Standard"
  }
}

Create or Update Vault With Redundancy Setting

要求のサンプル

PUT https://management.azure.com/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample?api-version=2024-10-01

{
  "properties": {
    "publicNetworkAccess": "Enabled",
    "redundancySettings": {
      "standardTierStorageRedundancy": "GeoRedundant",
      "crossRegionRestore": "Enabled"
    }
  },
  "sku": {
    "name": "Standard"
  },
  "location": "West US",
  "identity": {
    "type": "SystemAssigned"
  }
}

応答のサンプル

{
  "location": "westus",
  "name": "swaggerExample",
  "etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
  "tags": {
    "TestUpdatedKey": "TestUpdatedValue"
  },
  "identity": {
    "tenantId": "d676e86e-2206-4a7c-999c-ece52c144b5b",
    "principalId": "3137d6c7-5d6c-411c-b934-7a2a729ee247",
    "type": "SystemAssigned"
  },
  "properties": {
    "publicNetworkAccess": "Enabled",
    "provisioningState": "Succeeded",
    "redundancySettings": {
      "standardTierStorageRedundancy": "GeoRedundant",
      "crossRegionRestore": "Enabled"
    }
  },
  "id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
  "type": "Microsoft.RecoveryServices/vaults",
  "sku": {
    "name": "RS0",
    "tier": "Standard"
  }
}
{
  "location": "westus",
  "name": "swaggerExample",
  "etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
  "tags": {
    "TestUpdatedKey": "TestUpdatedValue"
  },
  "identity": {
    "tenantId": "d676e86e-2206-4a7c-999c-ece52c144b5b",
    "principalId": "3137d6c7-5d6c-411c-b934-7a2a729ee247",
    "type": "SystemAssigned"
  },
  "properties": {
    "publicNetworkAccess": "Enabled",
    "provisioningState": "Succeeded",
    "redundancySettings": {
      "standardTierStorageRedundancy": "GeoRedundant",
      "crossRegionRestore": "Enabled"
    }
  },
  "id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
  "type": "Microsoft.RecoveryServices/vaults",
  "sku": {
    "name": "RS0",
    "tier": "Standard"
  }
}

Create or Update Vault with User Assigned Identity

要求のサンプル

PUT https://management.azure.com/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample?api-version=2024-10-01

{
  "properties": {
    "publicNetworkAccess": "Enabled"
  },
  "sku": {
    "name": "Standard"
  },
  "location": "West US",
  "identity": {
    "type": "UserAssigned",
    "userAssignedIdentities": {
      "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi": {}
    }
  }
}

応答のサンプル

{
  "location": "westus",
  "name": "swaggerExample",
  "etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
  "tags": {
    "TestUpdatedKey": "TestUpdatedValue"
  },
  "identity": {
    "type": "UserAssigned",
    "userAssignedIdentities": {
      "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi": {
        "clientId": "fbe75b66-01c5-4f87-a220-233af3270436",
        "principalId": "075a0ca6-43f6-4434-9abf-c9b1b79f9219"
      }
    }
  },
  "properties": {
    "publicNetworkAccess": "Enabled",
    "provisioningState": "Succeeded"
  },
  "id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
  "type": "Microsoft.RecoveryServices/vaults",
  "sku": {
    "name": "Standard"
  }
}
Retry-After: 10
Azure-AsyncOperation: /subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample/operationStatus/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2015-03-15
{
  "location": "westus",
  "name": "swaggerExample",
  "etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
  "tags": {
    "TestUpdatedKey": "TestUpdatedValue"
  },
  "identity": {
    "type": "UserAssigned",
    "userAssignedIdentities": {
      "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi": {}
    }
  },
  "properties": {
    "publicNetworkAccess": "Enabled",
    "provisioningState": "Provisioning"
  },
  "id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
  "type": "Microsoft.RecoveryServices/vaults",
  "sku": {
    "name": "Standard"
  }
}

定義

名前 説明
AlertsState
AzureMonitorAlertSettings

Azure Monitor ベースのアラートの設定

BackupStorageVersion

バックアップ ストレージのバージョン

BCDRSecurityLevel

ビジネス継続性とディザスター リカバリーのための Recovery Services コンテナーのセキュリティ レベル

ClassicAlertSettings

クラシック アラートの設定

CloudError

CloudError

CmkKekIdentity

CMK に使用される ID の詳細

CmkKeyVaultProperties

CMK をホストする Key Vault のプロパティ

createdByType

リソースを作成した ID の種類。

crossRegionRestore

コンテナーでリージョン間の復元が有効になっているかどうかを示すフラグ

CrossSubscriptionRestoreSettings

サブスクリプション間の復元設定の設定

crossSubscriptionRestoreState
Encryption

リソースのカスタマー マネージド キーの詳細。

EnhancedSecurityState
Error

リソース管理エラー応答。

ErrorAdditionalInfo

リソース管理エラーの追加情報。

IdentityData

リソースの ID。

ImmutabilitySettings

コンテナーの不変設定

ImmutabilityState
InfrastructureEncryptionState

二重暗号化状態の有効化/無効化

MonitoringSettings

コンテナーの監視設定

MoveDetails

Azure リソースで実行された最新の移動操作の詳細

MultiUserAuthorization

コンテナーの MUA 設定

PrivateEndpoint

プライベート エンドポイント接続にリンクされているプライベート エンドポイント ネットワーク リソース。

PrivateEndpointConnection

プライベート エンドポイント接続応答プロパティ。

PrivateEndpointConnectionStatus

状態を取得または設定します。

PrivateEndpointConnectionVaultProperties

privateEndpointConnections List の要素として Vault プロパティに格納される情報。

PrivateLinkServiceConnectionState

プライベート リンク サービスの接続状態を取得または設定します。

ProvisioningState

プライベート エンドポイント接続のプロビジョニング状態を取得または設定します。

PublicNetworkAccess

プロパティを使用して、パブリック クライアントからのリソース プロバイダーの受信ネットワーク トラフィックを有効または無効にする

RedundancySettings

コンテナーの冗長性設定

ResourceIdentityType

使用されるマネージド ID の種類。 型 'SystemAssigned, UserAssigned' には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' は、すべての ID を削除します。

ResourceMoveState

移動操作後のリソースの状態

RestoreSettings

コンテナーの復元設定

SecureScoreLevel

Recovery Services コンテナーのセキュリティ スコア

SecuritySettings

コンテナーのセキュリティ設定

Sku

各 Azure リソースの一意のシステム識別子を識別します。

SkuName

SKU の名前は RS0 (Recovery Services 0 番目のバージョン) で、レベルは Standard レベルです。 バックエンド ストレージの冗長性やその他のコンテナー設定には影響しません。 ストレージの冗長性を管理するには、backupstorageconfig を使用します。

SoftDeleteSettings

コンテナーの論理的な削除の設定

SoftDeleteState
standardTierStorageRedundancy

コンテナーのストレージ冗長設定

systemData

リソースの作成と最後の変更に関連するメタデータ。

TriggerType

コンテナーのアップグレードがトリガーされた方法。

UpgradeDetails

コンテナーのアップグレードの詳細。

UserIdentity

サービスのユーザーによって管理されるリソース ID。

Vault

リソース プロバイダーから返されるリソース情報。

VaultPrivateEndpointState

バックアップのプライベート エンドポイントの状態。

VaultProperties

コンテナーのプロパティ。

VaultSubResourceType

コンテナーの AzureBackup、AzureBackup_secondary、または AzureSiteRecovery のサブリソースの種類

VaultUpgradeState

コンテナーのアップグレード操作の状態。

AlertsState

名前 説明
Disabled

string

Enabled

string

AzureMonitorAlertSettings

Azure Monitor ベースのアラートの設定

名前 説明
alertsForAllFailoverIssues

AlertsState

alertsForAllJobFailures

AlertsState

alertsForAllReplicationIssues

AlertsState

BackupStorageVersion

バックアップ ストレージのバージョン

名前 説明
Unassigned

string

V1

string

V2

string

BCDRSecurityLevel

ビジネス継続性とディザスター リカバリーのための Recovery Services コンテナーのセキュリティ レベル

名前 説明
Excellent

string

Fair

string

Good

string

Poor

string

ClassicAlertSettings

クラシック アラートの設定

名前 説明
alertsForCriticalOperations

AlertsState

emailNotificationsForSiteRecovery

AlertsState

CloudError

CloudError

名前 説明
error

Error

リソース管理エラー応答。

CmkKekIdentity

CMK に使用される ID の詳細

名前 説明
useSystemAssignedIdentity

boolean

システム割り当て ID を使用する必要があることを示します。 'userAssignedIdentity' フィールドと相互に排他的

userAssignedIdentity

string

使用される ID の種類が UserAssigned の場合にアクセス許可を付与するために使用されるユーザー割り当て ID

CmkKeyVaultProperties

CMK をホストする Key Vault のプロパティ

名前 説明
keyUri

string

カスタマー マネージド キーのキー URI

createdByType

リソースを作成した ID の種類。

名前 説明
Application

string

Key

string

ManagedIdentity

string

User

string

crossRegionRestore

コンテナーでリージョン間の復元が有効になっているかどうかを示すフラグ

名前 説明
Disabled

string

Enabled

string

CrossSubscriptionRestoreSettings

サブスクリプション間の復元設定の設定

名前 説明
crossSubscriptionRestoreState

crossSubscriptionRestoreState

crossSubscriptionRestoreState

名前 説明
Disabled

string

Enabled

string

PermanentlyDisabled

string

Encryption

リソースのカスタマー マネージド キーの詳細。

名前 説明
infrastructureEncryption

InfrastructureEncryptionState

二重暗号化状態の有効化/無効化

kekIdentity

CmkKekIdentity

CMK に使用される ID の詳細

keyVaultProperties

CmkKeyVaultProperties

CMK をホストする Key Vault のプロパティ

EnhancedSecurityState

名前 説明
AlwaysON

string

Disabled

string

Enabled

string

Invalid

string

Error

リソース管理エラー応答。

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

code

string

エラー コード。

details

Error[]

エラーの詳細。

message

string

エラー メッセージ。

target

string

エラーターゲット。

ErrorAdditionalInfo

リソース管理エラーの追加情報。

名前 説明
info

object

追加情報。

type

string

追加情報の種類。

IdentityData

リソースの ID。

名前 説明
principalId

string

リソース ID のプリンシパル ID。

tenantId

string

リソースのテナント ID。

type

ResourceIdentityType

使用されるマネージド ID の種類。 型 'SystemAssigned, UserAssigned' には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' は、すべての ID を削除します。

userAssignedIdentities

<string,  UserIdentity>

リソースに関連付けられているユーザー割り当て ID の一覧。 ユーザー割り当て ID ディクショナリ キーは、"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}" という形式の ARM リソース ID になります。

ImmutabilitySettings

コンテナーの不変設定

名前 説明
state

ImmutabilityState

ImmutabilityState

名前 説明
Disabled

string

Locked

string

Unlocked

string

InfrastructureEncryptionState

二重暗号化状態の有効化/無効化

名前 説明
Disabled

string

Enabled

string

MonitoringSettings

コンテナーの監視設定

名前 説明
azureMonitorAlertSettings

AzureMonitorAlertSettings

Azure Monitor ベースのアラートの設定

classicAlertSettings

ClassicAlertSettings

クラシック アラートの設定

MoveDetails

Azure リソースで実行された最新の移動操作の詳細

名前 説明
completionTimeUtc

string

リソース移動操作の終了時刻

operationId

string

リソース移動操作の OperationId

sourceResourceId

string

リソース移動操作のソース リソース

startTimeUtc

string

リソース移動操作の開始時刻

targetResourceId

string

リソース移動操作のターゲット リソース

MultiUserAuthorization

コンテナーの MUA 設定

名前 説明
Disabled

string

Enabled

string

Invalid

string

PrivateEndpoint

プライベート エンドポイント接続にリンクされているプライベート エンドポイント ネットワーク リソース。

名前 説明
id

string

ID を取得または設定します。

PrivateEndpointConnection

プライベート エンドポイント接続応答プロパティ。

名前 説明
groupIds

VaultSubResourceType[]

プライベート エンドポイントのグループ ID

privateEndpoint

PrivateEndpoint

プライベート エンドポイント接続にリンクされているプライベート エンドポイント ネットワーク リソース。

privateLinkServiceConnectionState

PrivateLinkServiceConnectionState

プライベート リンク サービスの接続状態を取得または設定します。

provisioningState

ProvisioningState

プライベート エンドポイント接続のプロビジョニング状態を取得または設定します。

PrivateEndpointConnectionStatus

状態を取得または設定します。

名前 説明
Approved

string

Disconnected

string

Pending

string

Rejected

string

PrivateEndpointConnectionVaultProperties

privateEndpointConnections List の要素として Vault プロパティに格納される情報。

名前 説明
id

string

ID subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft の形式。[Service]/{resource}/{resourceName}/privateEndpointConnections/{connectionName}。

location

string

プライベート エンドポイント接続の場所

name

string

プライベート エンドポイント接続の名前

properties

PrivateEndpointConnection

プライベート エンドポイント接続応答プロパティ。

type

string

形式である型 (Microsoft.RecoveryServices/vaults/privateEndpointConnections)

PrivateLinkServiceConnectionState

プライベート リンク サービスの接続状態を取得または設定します。

名前 説明
actionsRequired

string

必要なアクションを取得または設定します。

description

string

説明を取得または設定します。

status

PrivateEndpointConnectionStatus

状態を取得または設定します。

ProvisioningState

プライベート エンドポイント接続のプロビジョニング状態を取得または設定します。

名前 説明
Deleting

string

Failed

string

Pending

string

Succeeded

string

PublicNetworkAccess

プロパティを使用して、パブリック クライアントからのリソース プロバイダーの受信ネットワーク トラフィックを有効または無効にする

名前 説明
Disabled

string

Enabled

string

RedundancySettings

コンテナーの冗長性設定

名前 説明
crossRegionRestore

crossRegionRestore

コンテナーでリージョン間の復元が有効になっているかどうかを示すフラグ

standardTierStorageRedundancy

standardTierStorageRedundancy

コンテナーのストレージ冗長設定

ResourceIdentityType

使用されるマネージド ID の種類。 型 'SystemAssigned, UserAssigned' には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' は、すべての ID を削除します。

名前 説明
None

string

SystemAssigned

string

SystemAssigned, UserAssigned

string

UserAssigned

string

ResourceMoveState

移動操作後のリソースの状態

名前 説明
CommitFailed

string

CommitTimedout

string

CriticalFailure

string

Failure

string

InProgress

string

MoveSucceeded

string

PartialSuccess

string

PrepareFailed

string

PrepareTimedout

string

Unknown

string

RestoreSettings

コンテナーの復元設定

名前 説明
crossSubscriptionRestoreSettings

CrossSubscriptionRestoreSettings

CrossSubscriptionRestore の設定

SecureScoreLevel

Recovery Services コンテナーのセキュリティ スコア

名前 説明
Adequate

string

Maximum

string

Minimum

string

None

string

SecuritySettings

コンテナーのセキュリティ設定

名前 説明
immutabilitySettings

ImmutabilitySettings

コンテナーの不変設定

multiUserAuthorization

MultiUserAuthorization

コンテナーの MUA 設定

softDeleteSettings

SoftDeleteSettings

コンテナーの論理的な削除の設定

Sku

各 Azure リソースの一意のシステム識別子を識別します。

名前 説明
capacity

string

SKU 容量

family

string

SKU ファミリ

name

SkuName

SKU の名前は RS0 (Recovery Services 0 番目のバージョン) で、レベルは Standard レベルです。 バックエンド ストレージの冗長性やその他のコンテナー設定には影響しません。 ストレージの冗長性を管理するには、backupstorageconfig を使用します。

size

string

SKU のサイズ

tier

string

SKU レベル。

SkuName

SKU の名前は RS0 (Recovery Services 0 番目のバージョン) で、レベルは Standard レベルです。 バックエンド ストレージの冗長性やその他のコンテナー設定には影響しません。 ストレージの冗長性を管理するには、backupstorageconfig を使用します。

名前 説明
RS0

string

Standard

string

SoftDeleteSettings

コンテナーの論理的な削除の設定

名前 説明
enhancedSecurityState

EnhancedSecurityState

softDeleteRetentionPeriodInDays

integer

論理的な削除の保有期間 (日数)

softDeleteState

SoftDeleteState

SoftDeleteState

名前 説明
AlwaysON

string

Disabled

string

Enabled

string

Invalid

string

standardTierStorageRedundancy

コンテナーのストレージ冗長設定

名前 説明
GeoRedundant

string

Invalid

string

LocallyRedundant

string

ZoneRedundant

string

systemData

リソースの作成と最後の変更に関連するメタデータ。

名前 説明
createdAt

string

リソース作成のタイムスタンプ (UTC)。

createdBy

string

リソースを作成した ID。

createdByType

createdByType

リソースを作成した ID の種類。

lastModifiedAt

string

リソースを最後に変更した ID の種類。

lastModifiedBy

string

リソースを最後に変更した ID。

lastModifiedByType

createdByType

リソースを最後に変更した ID の種類。

TriggerType

コンテナーのアップグレードがトリガーされた方法。

名前 説明
ForcedUpgrade

string

UserTriggered

string

UpgradeDetails

コンテナーのアップグレードの詳細。

名前 説明
endTimeUtc

string

アップグレード操作が終了した UTC 時刻。

lastUpdatedTimeUtc

string

アップグレード操作の状態が最後に更新された UTC 時刻。

message

string

アップグレード操作に関する情報を含むユーザーへのメッセージ。

operationId

string

コンテナーのアップグレード操作の ID。

previousResourceId

string

アップグレード前のコンテナーのリソース ID。

startTimeUtc

string

アップグレード操作が開始された UTC 時刻。

status

VaultUpgradeState

コンテナーのアップグレード操作の状態。

triggerType

TriggerType

コンテナーのアップグレードがトリガーされた方法。

upgradedResourceId

string

アップグレードされたコンテナーのリソース ID。

UserIdentity

サービスのユーザーによって管理されるリソース ID。

名前 説明
clientId

string

ユーザー割り当て ID のクライアント ID。

principalId

string

ユーザー割り当て ID のプリンシパル ID。

Vault

リソース プロバイダーから返されるリソース情報。

名前 説明
etag

string

省略可能な ETag。

id

string

リソース ID は、リソースへの完全なパスを表します。

identity

IdentityData

リソースの ID。

location

string

リソースの場所。

name

string

リソースに関連付けられているリソース名。

properties

VaultProperties

コンテナーのプロパティ。

sku

Sku

各 Azure リソースの一意のシステム識別子を識別します。

systemData

systemData

リソースの作成と最後の変更に関連するメタデータ。

tags

object

リソース タグ。

type

string

リソースの種類は、Namespace/ResourceType/ResourceType/..フォームの完全なパスを表します。

VaultPrivateEndpointState

バックアップのプライベート エンドポイントの状態。

名前 説明
Enabled

string

None

string

VaultProperties

コンテナーのプロパティ。

名前 説明
backupStorageVersion

BackupStorageVersion

バックアップ ストレージのバージョン

bcdrSecurityLevel

BCDRSecurityLevel

ビジネス継続性とディザスター リカバリーのための Recovery Services コンテナーのセキュリティ レベル

encryption

Encryption

リソースのカスタマー マネージド キーの詳細。

monitoringSettings

MonitoringSettings

コンテナーの監視設定

moveDetails

MoveDetails

Azure リソースで実行された最新の移動操作の詳細

moveState

ResourceMoveState

移動操作後のリソースの状態

privateEndpointConnections

PrivateEndpointConnectionVaultProperties[]

プライベート エンドポイント接続の一覧。

privateEndpointStateForBackup

VaultPrivateEndpointState

バックアップのプライベート エンドポイントの状態。

privateEndpointStateForSiteRecovery

VaultPrivateEndpointState

サイト回復のプライベート エンドポイントの状態。

provisioningState

string

プロビジョニング状態。

publicNetworkAccess

PublicNetworkAccess

プロパティを使用して、パブリック クライアントからのリソース プロバイダーの受信ネットワーク トラフィックを有効または無効にする

redundancySettings

RedundancySettings

コンテナーの冗長性設定

resourceGuardOperationRequests

string[]

LAC チェックが実行される ResourceGuardOperationRequests

restoreSettings

RestoreSettings

コンテナーの復元設定

secureScore

SecureScoreLevel

Recovery Services コンテナーのセキュリティ スコア

securitySettings

SecuritySettings

コンテナーのセキュリティ設定

upgradeDetails

UpgradeDetails

コンテナーのアップグレードの詳細。

VaultSubResourceType

コンテナーの AzureBackup、AzureBackup_secondary、または AzureSiteRecovery のサブリソースの種類

名前 説明
AzureBackup

string

AzureBackup_secondary

string

AzureSiteRecovery

string

VaultUpgradeState

コンテナーのアップグレード操作の状態。

名前 説明
Failed

string

InProgress

string

Unknown

string

Upgraded

string