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 パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
resource
|
path | True |
string |
リソース グループの名前。 名前では大文字と小文字が区別されません。 |
subscription
|
path | True |
string |
ターゲット サブスクリプションの ID。 |
vault
|
path | True |
string |
Recovery Services コンテナーの名前。 |
api-version
|
query | True |
string |
この操作に使用する API バージョン。 |
要求ヘッダー
名前 | 必須 | 型 | 説明 |
---|---|---|---|
x-ms-authorization-auxiliary |
string |
要求本文
名前 | 必須 | 型 | 説明 |
---|---|---|---|
location | True |
string |
リソースの場所。 |
etag |
string |
省略可能な ETag。 |
|
identity |
リソースの ID。 |
||
properties |
コンテナーのプロパティ。 |
||
sku |
各 Azure リソースの一意のシステム識別子を識別します。 |
||
tags |
object |
リソース タグ。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
わかりました |
|
201 Created |
作成 |
|
Other Status Codes |
操作が失敗した理由を説明するエラー応答。 |
セキュリティ
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
要求のサンプル
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"
}
}
定義
名前 | 説明 |
---|---|
Alerts |
|
Azure |
Azure Monitor ベースのアラートの設定 |
Backup |
バックアップ ストレージのバージョン |
BCDRSecurity |
ビジネス継続性とディザスター リカバリーのための Recovery Services コンテナーのセキュリティ レベル |
Classic |
クラシック アラートの設定 |
Cloud |
CloudError |
Cmk |
CMK に使用される ID の詳細 |
Cmk |
CMK をホストする Key Vault のプロパティ |
created |
リソースを作成した ID の種類。 |
cross |
コンテナーでリージョン間の復元が有効になっているかどうかを示すフラグ |
Cross |
サブスクリプション間の復元設定の設定 |
cross |
|
Encryption |
リソースのカスタマー マネージド キーの詳細。 |
Enhanced |
|
Error |
リソース管理エラー応答。 |
Error |
リソース管理エラーの追加情報。 |
Identity |
リソースの ID。 |
Immutability |
コンテナーの不変設定 |
Immutability |
|
Infrastructure |
二重暗号化状態の有効化/無効化 |
Monitoring |
コンテナーの監視設定 |
Move |
Azure リソースで実行された最新の移動操作の詳細 |
Multi |
コンテナーの MUA 設定 |
Private |
プライベート エンドポイント接続にリンクされているプライベート エンドポイント ネットワーク リソース。 |
Private |
プライベート エンドポイント接続応答プロパティ。 |
Private |
状態を取得または設定します。 |
Private |
privateEndpointConnections List の要素として Vault プロパティに格納される情報。 |
Private |
プライベート リンク サービスの接続状態を取得または設定します。 |
Provisioning |
プライベート エンドポイント接続のプロビジョニング状態を取得または設定します。 |
Public |
プロパティを使用して、パブリック クライアントからのリソース プロバイダーの受信ネットワーク トラフィックを有効または無効にする |
Redundancy |
コンテナーの冗長性設定 |
Resource |
使用されるマネージド ID の種類。 型 'SystemAssigned, UserAssigned' には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' は、すべての ID を削除します。 |
Resource |
移動操作後のリソースの状態 |
Restore |
コンテナーの復元設定 |
Secure |
Recovery Services コンテナーのセキュリティ スコア |
Security |
コンテナーのセキュリティ設定 |
Sku |
各 Azure リソースの一意のシステム識別子を識別します。 |
Sku |
SKU の名前は RS0 (Recovery Services 0 番目のバージョン) で、レベルは Standard レベルです。 バックエンド ストレージの冗長性やその他のコンテナー設定には影響しません。 ストレージの冗長性を管理するには、backupstorageconfig を使用します。 |
Soft |
コンテナーの論理的な削除の設定 |
Soft |
|
standard |
コンテナーのストレージ冗長設定 |
system |
リソースの作成と最後の変更に関連するメタデータ。 |
Trigger |
コンテナーのアップグレードがトリガーされた方法。 |
Upgrade |
コンテナーのアップグレードの詳細。 |
User |
サービスのユーザーによって管理されるリソース ID。 |
Vault |
リソース プロバイダーから返されるリソース情報。 |
Vault |
バックアップのプライベート エンドポイントの状態。 |
Vault |
コンテナーのプロパティ。 |
Vault |
コンテナーの AzureBackup、AzureBackup_secondary、または AzureSiteRecovery のサブリソースの種類 |
Vault |
コンテナーのアップグレード操作の状態。 |
AlertsState
名前 | 型 | 説明 |
---|---|---|
Disabled |
string |
|
Enabled |
string |
AzureMonitorAlertSettings
Azure Monitor ベースのアラートの設定
名前 | 型 | 説明 |
---|---|---|
alertsForAllFailoverIssues | ||
alertsForAllJobFailures | ||
alertsForAllReplicationIssues |
BackupStorageVersion
バックアップ ストレージのバージョン
名前 | 型 | 説明 |
---|---|---|
Unassigned |
string |
|
V1 |
string |
|
V2 |
string |
BCDRSecurityLevel
ビジネス継続性とディザスター リカバリーのための Recovery Services コンテナーのセキュリティ レベル
名前 | 型 | 説明 |
---|---|---|
Excellent |
string |
|
Fair |
string |
|
Good |
string |
|
Poor |
string |
ClassicAlertSettings
クラシック アラートの設定
名前 | 型 | 説明 |
---|---|---|
alertsForCriticalOperations | ||
emailNotificationsForSiteRecovery |
CloudError
CloudError
名前 | 型 | 説明 |
---|---|---|
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
名前 | 型 | 説明 |
---|---|---|
Disabled |
string |
|
Enabled |
string |
|
PermanentlyDisabled |
string |
Encryption
リソースのカスタマー マネージド キーの詳細。
名前 | 型 | 説明 |
---|---|---|
infrastructureEncryption |
二重暗号化状態の有効化/無効化 |
|
kekIdentity |
CMK に使用される ID の詳細 |
|
keyVaultProperties |
CMK をホストする Key Vault のプロパティ |
EnhancedSecurityState
名前 | 型 | 説明 |
---|---|---|
AlwaysON |
string |
|
Disabled |
string |
|
Enabled |
string |
|
Invalid |
string |
Error
リソース管理エラー応答。
名前 | 型 | 説明 |
---|---|---|
additionalInfo |
エラーの追加情報。 |
|
code |
string |
エラー コード。 |
details |
Error[] |
エラーの詳細。 |
message |
string |
エラー メッセージ。 |
target |
string |
エラーターゲット。 |
ErrorAdditionalInfo
リソース管理エラーの追加情報。
名前 | 型 | 説明 |
---|---|---|
info |
object |
追加情報。 |
type |
string |
追加情報の種類。 |
IdentityData
リソースの ID。
名前 | 型 | 説明 |
---|---|---|
principalId |
string |
リソース ID のプリンシパル ID。 |
tenantId |
string |
リソースのテナント ID。 |
type |
使用されるマネージド ID の種類。 型 'SystemAssigned, UserAssigned' には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' は、すべての ID を削除します。 |
|
userAssignedIdentities |
<string,
User |
リソースに関連付けられているユーザー割り当て ID の一覧。 ユーザー割り当て ID ディクショナリ キーは、"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}" という形式の ARM リソース ID になります。 |
ImmutabilitySettings
コンテナーの不変設定
名前 | 型 | 説明 |
---|---|---|
state |
ImmutabilityState
名前 | 型 | 説明 |
---|---|---|
Disabled |
string |
|
Locked |
string |
|
Unlocked |
string |
InfrastructureEncryptionState
二重暗号化状態の有効化/無効化
名前 | 型 | 説明 |
---|---|---|
Disabled |
string |
|
Enabled |
string |
MonitoringSettings
コンテナーの監視設定
名前 | 型 | 説明 |
---|---|---|
azureMonitorAlertSettings |
Azure Monitor ベースのアラートの設定 |
|
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 |
プライベート エンドポイントのグループ ID |
|
privateEndpoint |
プライベート エンドポイント接続にリンクされているプライベート エンドポイント ネットワーク リソース。 |
|
privateLinkServiceConnectionState |
プライベート リンク サービスの接続状態を取得または設定します。 |
|
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 |
プライベート エンドポイント接続応答プロパティ。 |
|
type |
string |
形式である型 (Microsoft.RecoveryServices/vaults/privateEndpointConnections) |
PrivateLinkServiceConnectionState
プライベート リンク サービスの接続状態を取得または設定します。
名前 | 型 | 説明 |
---|---|---|
actionsRequired |
string |
必要なアクションを取得または設定します。 |
description |
string |
説明を取得または設定します。 |
status |
状態を取得または設定します。 |
ProvisioningState
プライベート エンドポイント接続のプロビジョニング状態を取得または設定します。
名前 | 型 | 説明 |
---|---|---|
Deleting |
string |
|
Failed |
string |
|
Pending |
string |
|
Succeeded |
string |
PublicNetworkAccess
プロパティを使用して、パブリック クライアントからのリソース プロバイダーの受信ネットワーク トラフィックを有効または無効にする
名前 | 型 | 説明 |
---|---|---|
Disabled |
string |
|
Enabled |
string |
RedundancySettings
コンテナーの冗長性設定
名前 | 型 | 説明 |
---|---|---|
crossRegionRestore |
コンテナーでリージョン間の復元が有効になっているかどうかを示すフラグ |
|
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 |
CrossSubscriptionRestore の設定 |
SecureScoreLevel
Recovery Services コンテナーのセキュリティ スコア
名前 | 型 | 説明 |
---|---|---|
Adequate |
string |
|
Maximum |
string |
|
Minimum |
string |
|
None |
string |
SecuritySettings
コンテナーのセキュリティ設定
名前 | 型 | 説明 |
---|---|---|
immutabilitySettings |
コンテナーの不変設定 |
|
multiUserAuthorization |
コンテナーの MUA 設定 |
|
softDeleteSettings |
コンテナーの論理的な削除の設定 |
Sku
各 Azure リソースの一意のシステム識別子を識別します。
名前 | 型 | 説明 |
---|---|---|
capacity |
string |
SKU 容量 |
family |
string |
SKU ファミリ |
name |
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 | ||
softDeleteRetentionPeriodInDays |
integer |
論理的な削除の保有期間 (日数) |
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 |
リソースを作成した ID の種類。 |
|
lastModifiedAt |
string |
リソースを最後に変更した ID の種類。 |
lastModifiedBy |
string |
リソースを最後に変更した ID。 |
lastModifiedByType |
リソースを最後に変更した 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 |
コンテナーのアップグレード操作の状態。 |
|
triggerType |
コンテナーのアップグレードがトリガーされた方法。 |
|
upgradedResourceId |
string |
アップグレードされたコンテナーのリソース ID。 |
UserIdentity
サービスのユーザーによって管理されるリソース ID。
名前 | 型 | 説明 |
---|---|---|
clientId |
string |
ユーザー割り当て ID のクライアント ID。 |
principalId |
string |
ユーザー割り当て ID のプリンシパル ID。 |
Vault
リソース プロバイダーから返されるリソース情報。
名前 | 型 | 説明 |
---|---|---|
etag |
string |
省略可能な ETag。 |
id |
string |
リソース ID は、リソースへの完全なパスを表します。 |
identity |
リソースの ID。 |
|
location |
string |
リソースの場所。 |
name |
string |
リソースに関連付けられているリソース名。 |
properties |
コンテナーのプロパティ。 |
|
sku |
各 Azure リソースの一意のシステム識別子を識別します。 |
|
systemData |
リソースの作成と最後の変更に関連するメタデータ。 |
|
tags |
object |
リソース タグ。 |
type |
string |
リソースの種類は、Namespace/ResourceType/ResourceType/..フォームの完全なパスを表します。 |
VaultPrivateEndpointState
バックアップのプライベート エンドポイントの状態。
名前 | 型 | 説明 |
---|---|---|
Enabled |
string |
|
None |
string |
VaultProperties
コンテナーのプロパティ。
名前 | 型 | 説明 |
---|---|---|
backupStorageVersion |
バックアップ ストレージのバージョン |
|
bcdrSecurityLevel |
ビジネス継続性とディザスター リカバリーのための Recovery Services コンテナーのセキュリティ レベル |
|
encryption |
リソースのカスタマー マネージド キーの詳細。 |
|
monitoringSettings |
コンテナーの監視設定 |
|
moveDetails |
Azure リソースで実行された最新の移動操作の詳細 |
|
moveState |
移動操作後のリソースの状態 |
|
privateEndpointConnections |
プライベート エンドポイント接続の一覧。 |
|
privateEndpointStateForBackup |
バックアップのプライベート エンドポイントの状態。 |
|
privateEndpointStateForSiteRecovery |
サイト回復のプライベート エンドポイントの状態。 |
|
provisioningState |
string |
プロビジョニング状態。 |
publicNetworkAccess |
プロパティを使用して、パブリック クライアントからのリソース プロバイダーの受信ネットワーク トラフィックを有効または無効にする |
|
redundancySettings |
コンテナーの冗長性設定 |
|
resourceGuardOperationRequests |
string[] |
LAC チェックが実行される ResourceGuardOperationRequests |
restoreSettings |
コンテナーの復元設定 |
|
secureScore |
Recovery Services コンテナーのセキュリティ スコア |
|
securitySettings |
コンテナーのセキュリティ設定 |
|
upgradeDetails |
コンテナーのアップグレードの詳細。 |
VaultSubResourceType
コンテナーの AzureBackup、AzureBackup_secondary、または AzureSiteRecovery のサブリソースの種類
名前 | 型 | 説明 |
---|---|---|
AzureBackup |
string |
|
AzureBackup_secondary |
string |
|
AzureSiteRecovery |
string |
VaultUpgradeState
コンテナーのアップグレード操作の状態。
名前 | 型 | 説明 |
---|---|---|
Failed |
string |
|
InProgress |
string |
|
Unknown |
string |
|
Upgraded |
string |