Backup Vaults - Create Or Update
Hiermee maakt of werkt u een BackupVault-resource bij die deel uitmaakt van een resourcegroep.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}?api-version=2025-09-01
URI-parameters
| Name | In | Vereist | Type | Description |
|---|---|---|---|---|
|
resource
|
path | True |
string minLength: 1maxLength: 90 |
De naam van de resourcegroep. De naam is hoofdletterongevoelig. |
|
subscription
|
path | True |
string (uuid) |
De id van het doelabonnement. De waarde moet een UUID zijn. |
|
vault
|
path | True |
string |
De naam van de BackupVaultResource |
|
api-version
|
query | True |
string minLength: 1 |
De API-versie die voor deze bewerking moet worden gebruikt. |
Aanvraagkoptekst
| Name | Vereist | Type | Description |
|---|---|---|---|
| x-ms-authorization-auxiliary |
string |
||
| x-ms-deleted-vault-id |
string |
De id van de verwijderde back-upkluis waaruit moet worden hersteld tijdens het ongedaan maken van de verwijdering. |
Aanvraagbody
| Name | Vereist | Type | Description |
|---|---|---|---|
| location | True |
string |
De geografische locatie waar de resource zich bevindt |
| properties | True |
Eigenschappen van BackupVaultResource |
|
| eTag |
string |
Optionele ETag. |
|
| identity |
Details van beheerde identiteit invoeren |
||
| tags |
object |
Resourcetags. |
Antwoorden
| Name | Type | Description |
|---|---|---|
| 200 OK |
De updatebewerking van de resource 'BackupVaultResource' is geslaagd |
|
| 201 Created |
Resource 'BackupVaultResource' create-bewerking geslaagd Kopteksten
|
|
| Other Status Codes |
Een onverwachte foutreactie. |
Beveiliging
azure_auth
OAuth2-stroom voor Azure Active Directory.
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
| Name | Description |
|---|---|
| user_impersonation | Uw gebruikersaccount imiteren |
Voorbeelden
|
Create Backup |
|
Create Backup |
|
Create Backup |
| Restore a soft-deleted backup vault |
Create BackupVault
Voorbeeldaanvraag
PUT https://management.azure.com/subscriptions/0b352192-dcac-4cc7-992e-a96190ccc68c/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/backupVaults/swaggerExample?api-version=2025-09-01
{
"location": "WestUS",
"properties": {
"featureSettings": {
"crossRegionRestoreSettings": {
"state": "Enabled"
}
},
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
}
},
"securitySettings": {
"softDeleteSettings": {
"retentionDurationInDays": 14,
"state": "Enabled"
}
},
"storageSettings": [
{
"type": "LocallyRedundant",
"datastoreType": "VaultStore"
}
]
},
"tags": {
"key1": "val1"
}
}
Voorbeeldrespons
{
"name": "swaggerExample",
"type": "Microsoft.DataProtection/Backupvaults",
"id": "/subscriptions/0b352192-dcac-4cc7-992e-a96190ccc68c/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/Backupvaults/swaggerExample",
"location": "WestUS",
"properties": {
"featureSettings": {
"crossRegionRestoreSettings": {
"state": "Enabled"
}
},
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
}
},
"provisioningState": "Succeeded",
"secureScore": "Adequate",
"securitySettings": {
"softDeleteSettings": {
"retentionDurationInDays": 14,
"state": "Enabled"
}
},
"storageSettings": [
{
"type": "LocallyRedundant",
"datastoreType": "VaultStore"
}
]
},
"tags": {
"key1": "val1"
}
}
Azure-AsyncOperation: https://management.windowsazure.com/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/Backupvaults/swaggerExample/operationStatus/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2025-09-01
Retry-After: 10
{
"name": "swaggerExample",
"type": "Microsoft.DataProtection/Backupvaults",
"id": "/subscriptions/0b352192-dcac-4cc7-992e-a96190ccc68c/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/Backupvaults/swaggerExample",
"location": "WestUS",
"properties": {
"featureSettings": {
"crossRegionRestoreSettings": {
"state": "Enabled"
}
},
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
}
},
"provisioningState": "Provisioning",
"secureScore": "Adequate",
"securitySettings": {
"softDeleteSettings": {
"retentionDurationInDays": 14,
"state": "Enabled"
}
},
"storageSettings": [
{
"type": "LocallyRedundant",
"datastoreType": "VaultStore"
}
]
},
"tags": {
"key1": "val1"
}
}
Create BackupVault With CMK
Voorbeeldaanvraag
PUT https://management.azure.com/subscriptions/0b352192-dcac-4cc7-992e-a96190ccc68c/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/backupVaults/swaggerExample?api-version=2025-09-01
{
"location": "WestUS",
"properties": {
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
}
},
"securitySettings": {
"encryptionSettings": {
"infrastructureEncryption": "Enabled",
"kekIdentity": {
"identityId": "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi",
"identityType": "UserAssigned"
},
"keyVaultProperties": {
"keyUri": "https://cmk2xkv.vault.azure.net/keys/Key1/0767b348bb1a4c07baa6c4ec0055d2b3"
},
"state": "Enabled"
},
"immutabilitySettings": {
"state": "Disabled"
},
"softDeleteSettings": {
"retentionDurationInDays": 0,
"state": "Off"
}
},
"storageSettings": [
{
"type": "LocallyRedundant",
"datastoreType": "VaultStore"
}
]
},
"tags": {
"key1": "val1"
}
}
Voorbeeldrespons
{
"name": "swaggerExample",
"type": "Microsoft.DataProtection/Backupvaults",
"id": "/subscriptions/0b352192-dcac-4cc7-992e-a96190ccc68c/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/Backupvaults/swaggerExample",
"location": "WestUS",
"properties": {
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
}
},
"provisioningState": "Succeeded",
"storageSettings": [
{
"type": "LocallyRedundant",
"datastoreType": "VaultStore"
}
]
},
"tags": {
"key1": "val1"
}
}
Azure-AsyncOperation: https://management.windowsazure.com/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/Backupvaults/swaggerExample/operationStatus/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2023-04-01-privatepreview
Retry-After: 10
{
"name": "swaggerExample",
"type": "Microsoft.DataProtection/Backupvaults",
"id": "/subscriptions/0b352192-dcac-4cc7-992e-a96190ccc68c/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/Backupvaults/swaggerExample",
"location": "WestUS",
"properties": {
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
}
},
"provisioningState": "Provisioning",
"securitySettings": {
"encryptionSettings": {
"infrastructureEncryption": "Enabled",
"kekIdentity": {
"identityId": "/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi",
"identityType": "UserAssigned"
},
"keyVaultProperties": {
"keyUri": "https://cmk2xkv.vault.azure.net/keys/Key1/0767b348bb1a4c07baa6c4ec0055d2b3"
},
"state": "Enabled"
},
"immutabilitySettings": {
"state": "Disabled"
},
"softDeleteSettings": {
"retentionDurationInDays": 0,
"state": "Off"
}
},
"storageSettings": [
{
"type": "LocallyRedundant",
"datastoreType": "VaultStore"
}
]
},
"tags": {
"key1": "val1"
}
}
Create BackupVault With MSI
Voorbeeldaanvraag
PUT https://management.azure.com/subscriptions/0b352192-dcac-4cc7-992e-a96190ccc68c/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/backupVaults/swaggerExample?api-version=2025-09-01
{
"location": "WestUS",
"properties": {
"featureSettings": {
"crossRegionRestoreSettings": {
"state": "Enabled"
}
},
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
}
},
"securitySettings": {
"softDeleteSettings": {
"retentionDurationInDays": 14,
"state": "Enabled"
}
},
"storageSettings": [
{
"type": "LocallyRedundant",
"datastoreType": "VaultStore"
}
]
},
"tags": {
"key1": "val1"
}
}
Voorbeeldrespons
{
"name": "swaggerExample",
"type": "Microsoft.DataProtection/Backupvaults",
"id": "/subscriptions/0b352192-dcac-4cc7-992e-a96190ccc68c/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/Backupvaults/swaggerExample",
"location": "WestUS",
"properties": {
"featureSettings": {
"crossRegionRestoreSettings": {
"state": "Enabled"
}
},
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
}
},
"provisioningState": "Succeeded",
"secureScore": "Adequate",
"securitySettings": {
"softDeleteSettings": {
"retentionDurationInDays": 14,
"state": "Enabled"
}
},
"storageSettings": [
{
"type": "LocallyRedundant",
"datastoreType": "VaultStore"
}
]
},
"tags": {
"key1": "val1"
}
}
Azure-AsyncOperation: https://management.windowsazure.com/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/Backupvaults/swaggerExample/operationStatus/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2025-09-01
Retry-After: 10
{
"name": "swaggerExample",
"type": "Microsoft.DataProtection/Backupvaults",
"id": "/subscriptions/0b352192-dcac-4cc7-992e-a96190ccc68c/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/Backupvaults/swaggerExample",
"location": "WestUS",
"properties": {
"featureSettings": {
"crossRegionRestoreSettings": {
"state": "Enabled"
}
},
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
}
},
"provisioningState": "Provisioning",
"secureScore": "Adequate",
"securitySettings": {
"softDeleteSettings": {
"retentionDurationInDays": 14,
"state": "Enabled"
}
},
"storageSettings": [
{
"type": "LocallyRedundant",
"datastoreType": "VaultStore"
}
]
},
"tags": {
"key1": "val1"
}
}
Restore a soft-deleted backup vault
Voorbeeldaanvraag
PUT https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/backupVaults/swaggerExample?api-version=2025-09-01
{
"location": "WestUS",
"properties": {
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
}
},
"securitySettings": {
"softDeleteSettings": {
"retentionDurationInDays": 14,
"state": "Enabled"
},
"immutabilitySettings": {
"state": "Disabled"
}
},
"storageSettings": [
{
"datastoreType": "VaultStore",
"type": "LocallyRedundant"
}
],
"featureSettings": {
"crossSubscriptionRestoreSettings": {
"state": "Disabled"
},
"crossRegionRestoreSettings": {
"state": "Enabled"
}
}
},
"tags": {
"key1": "val1"
}
}
Voorbeeldrespons
{
"location": "WestUS",
"tags": {
"key1": "val1"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/BackupVaults/swaggerExample",
"name": "swaggerExample",
"type": "Microsoft.DataProtection/BackupVaults",
"properties": {
"provisioningState": "Succeeded",
"resourceMoveState": "Unknown",
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
}
},
"securitySettings": {
"softDeleteSettings": {
"retentionDurationInDays": 14,
"state": "Enabled"
},
"immutabilitySettings": {
"state": "Disabled"
}
},
"storageSettings": [
{
"datastoreType": "VaultStore",
"type": "LocallyRedundant"
}
],
"featureSettings": {
"crossSubscriptionRestoreSettings": {
"state": "Disabled"
},
"crossRegionRestoreSettings": {
"state": "Enabled"
}
},
"secureScore": "Maximum",
"isVaultProtectedByResourceGuard": false,
"resourceGuardOperationRequests": [],
"replicatedRegions": []
}
}
{
"location": "WestUS",
"tags": {
"key1": "val1"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/BackupVaults/swaggerExample",
"name": "swaggerExample",
"type": "Microsoft.DataProtection/BackupVaults",
"properties": {
"provisioningState": "Succeeded",
"resourceMoveState": "Unknown",
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
}
},
"securitySettings": {
"softDeleteSettings": {
"retentionDurationInDays": 14,
"state": "Enabled"
},
"immutabilitySettings": {
"state": "Disabled"
}
},
"storageSettings": [
{
"datastoreType": "VaultStore",
"type": "LocallyRedundant"
}
],
"featureSettings": {
"crossSubscriptionRestoreSettings": {
"state": "Disabled"
},
"crossRegionRestoreSettings": {
"state": "Enabled"
}
},
"secureScore": "Maximum",
"isVaultProtectedByResourceGuard": false,
"resourceGuardOperationRequests": [],
"replicatedRegions": []
}
}
Definities
| Name | Description |
|---|---|
|
Alerts |
|
|
Azure |
Instellingen voor waarschuwingen op basis van Azure Monitor |
|
Backup |
Back-upkluis |
|
Backup |
Back-upkluisresource |
|
BCDRSecurity |
Beveiligingsniveau van Backup Vault |
|
Cloud |
Een foutreactie van Azure Backup. |
|
Cmk |
De details van de beheerde identiteit die wordt gebruikt voor CMK |
|
Cmk |
De eigenschappen van de Key Vault die als host fungeert voor CMK |
|
created |
Het type identiteit waarmee de resource is gemaakt. |
|
Cross |
|
|
Cross |
CrossRegionRestore-status |
|
Cross |
Instellingen voor CrossSubscriptionRestore |
|
Cross |
CrossSubscriptionRestore-status |
|
Dpp |
Identiteitsdetails |
|
encryption |
Door de klant beheerde sleuteldetails van de resource. |
|
Encryption |
Versleutelingsstatus van de Backup Vault. |
| Error |
Het antwoord van het resourcebeheerfout. |
|
Error |
Aanvullende informatie over de resourcebeheerfout. |
|
Feature |
Klasse met functie-instellingen van kluis |
|
Identity |
Het identiteitstype. SystemAssigned en UserAssigned sluiten elkaar wederzijds uit. SystemAssigned gebruikt impliciet gemaakte beheerde identiteit. |
|
Immutability |
Instellingen voor onveranderbaarheid op kluisniveau |
|
Immutability |
Onveranderbaarheidsstatus |
|
Infrastructure |
De dubbele versleutelingsstatus in- of uitschakelen |
|
Monitoring |
Bewakingsinstellingen |
|
Provisioning |
Inrichtingsstatus van de BackupVault-resource |
|
Resource |
ResourceMoveDetails wordt geretourneerd als reactie op getresource-aanroep van ARM |
|
Resource |
Status van resourceverplaatsing voor back-upkluis |
|
Secure |
Beveiligingsscore van Backup Vault |
|
Security |
Klasse met beveiligingsinstellingen van kluis |
|
Soft |
Gerelateerde instellingen voor voorlopig verwijderen |
|
Soft |
Status van voorlopig verwijderen |
|
Storage |
Opslaginstelling |
|
Storage |
Hiermee wordt het type gegevensarchief opgehaald of ingesteld. |
|
Storage |
Hiermee haalt u het type op of stelt u het in. |
|
system |
Metagegevens met betrekking tot het maken en de laatste wijziging van de resource. |
|
User |
Door de gebruiker toegewezen identiteitseigenschappen |
AlertsState
| Waarde | Description |
|---|---|
| Enabled | |
| Disabled |
AzureMonitorAlertSettings
Instellingen voor waarschuwingen op basis van Azure Monitor
| Name | Type | Description |
|---|---|---|
| alertsForAllJobFailures |
BackupVault
Back-upkluis
| Name | Type | Description |
|---|---|---|
| bcdrSecurityLevel |
Beveiligingsniveau van Backup Vault |
|
| featureSettings |
Functie-instellingen |
|
| isVaultProtectedByResourceGuard |
boolean |
Is kluis beveiligd door Resource Guard |
| monitoringSettings |
Bewakingsinstellingen |
|
| provisioningState |
Inrichtingsstatus van de BackupVault-resource |
|
| replicatedRegions |
string[] |
Lijst met gerepliceerde regio's voor Backup Vault |
| resourceGuardOperationRequests |
string[] |
ResourceGuardOperationRequests waarop lac-controle wordt uitgevoerd |
| resourceMoveDetails |
Details van resourceverplaatsing voor back-upkluis |
|
| resourceMoveState |
Status van resourceverplaatsing voor back-upkluis |
|
| secureScore |
Beveiligingsscore van Backup Vault |
|
| securitySettings |
Beveiligingsinstellingen |
|
| storageSettings |
Opslaginstellingen |
BackupVaultResource
Back-upkluisresource
| Name | Type | Description |
|---|---|---|
| eTag |
string |
Optionele ETag. |
| id |
string (arm-id) |
Volledig gekwalificeerde resource-id voor de resource. Bijvoorbeeld /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceType}/{resourceName}" |
| identity |
Details van beheerde identiteit invoeren |
|
| location |
string |
De geografische locatie waar de resource zich bevindt |
| name |
string |
De naam van de resource |
| properties |
Eigenschappen van BackupVaultResource |
|
| systemData |
Azure Resource Manager-metagegevens met createdBy- en modifiedBy-gegevens. |
|
| tags |
object |
Resourcetags. |
| type |
string |
Het type bron. Bijvoorbeeld 'Microsoft.Compute/virtualMachines' of 'Microsoft.Storage/storageAccounts' |
BCDRSecurityLevel
Beveiligingsniveau van Backup Vault
| Waarde | Description |
|---|---|
| Poor | |
| Fair | |
| Good | |
| Excellent | |
| NotSupported |
CloudError
Een foutreactie van Azure Backup.
| Name | Type | Description |
|---|---|---|
| error |
Het antwoord van het resourcebeheerfout. |
CmkKekIdentity
De details van de beheerde identiteit die wordt gebruikt voor CMK
| Name | Type | Description |
|---|---|---|
| identityId |
string |
De beheerde identiteit die moet worden gebruikt met toegangsmachtigingen voor de Key Vault. Geef hier een waarde op in het geval van identiteitstypen: Alleen UserAssigned. |
| identityType |
Het identiteitstype. SystemAssigned en UserAssigned sluiten elkaar wederzijds uit. SystemAssigned gebruikt impliciet gemaakte beheerde identiteit. |
CmkKeyVaultProperties
De eigenschappen van de Key Vault die als host fungeert voor CMK
| Name | Type | Description |
|---|---|---|
| keyUri |
string |
De sleutel-URI van de door de klant beheerde sleutel |
createdByType
Het type identiteit waarmee de resource is gemaakt.
| Waarde | Description |
|---|---|
| User | |
| Application | |
| ManagedIdentity | |
| Key |
CrossRegionRestoreSettings
| Name | Type | Description |
|---|---|---|
| state |
CrossRegionRestore-status |
CrossRegionRestoreState
CrossRegionRestore-status
| Waarde | Description |
|---|---|
| Disabled | |
| Enabled |
CrossSubscriptionRestoreSettings
Instellingen voor CrossSubscriptionRestore
| Name | Type | Description |
|---|---|---|
| state |
CrossSubscriptionRestore-status |
CrossSubscriptionRestoreState
CrossSubscriptionRestore-status
| Waarde | Description |
|---|---|
| Disabled | |
| PermanentlyDisabled | |
| Enabled |
DppIdentityDetails
Identiteitsdetails
| Name | Type | Description |
|---|---|---|
| principalId |
string |
De object-id van het service-principal-object voor de beheerde identiteit die wordt gebruikt om op rollen gebaseerde toegang te verlenen tot een Azure-resource. |
| tenantId |
string |
Een GUID (Globally Unique Identifier) die de Azure AD-tenant vertegenwoordigt waar de resource nu lid is. |
| type |
string |
Het identityType dat systemAssigned, UserAssigned, SystemAssigned, UserAssigned of None kan zijn |
| userAssignedIdentities |
<string,
User |
Hiermee haalt u de door de gebruiker toegewezen identiteiten op of stelt u deze in. |
encryptionSettings
Door de klant beheerde sleuteldetails van de resource.
| Name | Type | Description |
|---|---|---|
| infrastructureEncryption |
De dubbele versleutelingsstatus in- of uitschakelen |
|
| kekIdentity |
De details van de beheerde identiteit die wordt gebruikt voor CMK |
|
| keyVaultProperties |
De eigenschappen van de Key Vault die als host fungeert voor CMK |
|
| state |
Versleutelingsstatus van de Backup Vault. |
EncryptionState
Versleutelingsstatus van de Backup Vault.
| Waarde | Description |
|---|---|
| Enabled |
CMK-versleuteling is ingeschakeld in de Backup Vault |
| Disabled |
CMK-versleuteling is uitgeschakeld in de Backup Vault. De gebruiker kan deze status niet instellen zodra de versleutelingsstatus is ingeschakeld. |
| Inconsistent |
CMK-versleuteling heeft een inconsistente status in de Backup Vault. Deze status geeft aan dat de gebruiker de bewerking voor versleutelingsinstellingen onmiddellijk opnieuw moet uitvoeren om de status te corrigeren. |
Error
Het antwoord van het resourcebeheerfout.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
De fout bevat aanvullende informatie. |
|
| code |
string |
De foutcode. |
| details |
Error[] |
De foutdetails. |
| message |
string |
Het foutbericht. |
| target |
string |
Het foutdoel. |
ErrorAdditionalInfo
Aanvullende informatie over de resourcebeheerfout.
| Name | Type | Description |
|---|---|---|
| info |
object |
De aanvullende informatie. |
| type |
string |
Het extra informatietype. |
FeatureSettings
Klasse met functie-instellingen van kluis
| Name | Type | Description |
|---|---|---|
| crossRegionRestoreSettings | ||
| crossSubscriptionRestoreSettings |
Instellingen voor CrossSubscriptionRestore |
IdentityType
Het identiteitstype. SystemAssigned en UserAssigned sluiten elkaar wederzijds uit. SystemAssigned gebruikt impliciet gemaakte beheerde identiteit.
| Waarde | Description |
|---|---|
| SystemAssigned | |
| UserAssigned |
ImmutabilitySettings
Instellingen voor onveranderbaarheid op kluisniveau
| Name | Type | Description |
|---|---|---|
| state |
Onveranderbaarheidsstatus |
ImmutabilityState
Onveranderbaarheidsstatus
| Waarde | Description |
|---|---|
| Disabled | |
| Unlocked | |
| Locked |
InfrastructureEncryptionState
De dubbele versleutelingsstatus in- of uitschakelen
| Waarde | Description |
|---|---|
| Enabled | |
| Disabled |
MonitoringSettings
Bewakingsinstellingen
| Name | Type | Description |
|---|---|---|
| azureMonitorAlertSettings |
Instellingen voor waarschuwingen op basis van Azure Monitor |
ProvisioningState
Inrichtingsstatus van de BackupVault-resource
| Waarde | Description |
|---|---|
| Failed | |
| Provisioning | |
| Succeeded | |
| Unknown | |
| Updating |
ResourceMoveDetails
ResourceMoveDetails wordt geretourneerd als reactie op getresource-aanroep van ARM
| Name | Type | Description |
|---|---|---|
| completionTimeUtc |
string |
Voltooiingstijd in UTC van de meest recente ResourceMove-bewerking is geprobeerd. ISO 8601-indeling. |
| operationId |
string |
CorrelationId van de meest recente ResourceMove-bewerking geprobeerd |
| sourceResourcePath |
string |
ARM-resourcepad van bronresource |
| startTimeUtc |
string |
Begintijd in UTC van de meest recente ResourceMove-bewerking geprobeerd. ISO 8601-indeling. |
| targetResourcePath |
string |
ARM-resourcepad van de doelresource die wordt gebruikt in de meest recente ResourceMove-bewerking |
ResourceMoveState
Status van resourceverplaatsing voor back-upkluis
| Waarde | Description |
|---|---|
| Unknown | |
| InProgress | |
| PrepareFailed | |
| CommitFailed | |
| Failed | |
| PrepareTimedout | |
| CommitTimedout | |
| CriticalFailure | |
| PartialSuccess | |
| MoveSucceeded |
SecureScoreLevel
Beveiligingsscore van Backup Vault
| Waarde | Description |
|---|---|
| None | |
| Minimum | |
| Adequate | |
| Maximum | |
| NotSupported |
SecuritySettings
Klasse met beveiligingsinstellingen van kluis
| Name | Type | Description |
|---|---|---|
| encryptionSettings |
Door de klant beheerde sleuteldetails van de resource. |
|
| immutabilitySettings |
Instellingen voor onveranderbaarheid op kluisniveau |
|
| softDeleteSettings |
Gerelateerde instellingen voor voorlopig verwijderen |
SoftDeleteSettings
Gerelateerde instellingen voor voorlopig verwijderen
| Name | Type | Description |
|---|---|---|
| retentionDurationInDays |
number (double) |
Bewaarduur voor voorlopig verwijderen |
| state |
Status van voorlopig verwijderen |
SoftDeleteState
Status van voorlopig verwijderen
| Waarde | Description |
|---|---|
| Off |
Voorlopig verwijderen is uitgeschakeld voor BackupVault |
| On |
Voorlopig verwijderen is ingeschakeld voor BackupVault, maar kan worden uitgeschakeld |
| AlwaysOn |
Voorlopig verwijderen is permanent ingeschakeld voor de BackupVault en de instelling kan niet worden gewijzigd |
StorageSetting
Opslaginstelling
| Name | Type | Description |
|---|---|---|
| datastoreType |
Hiermee wordt het type gegevensarchief opgehaald of ingesteld. |
|
| type |
Hiermee haalt u het type op of stelt u het in. |
StorageSettingStoreTypes
Hiermee wordt het type gegevensarchief opgehaald of ingesteld.
| Waarde | Description |
|---|---|
| ArchiveStore | |
| OperationalStore | |
| VaultStore |
StorageSettingTypes
Hiermee haalt u het type op of stelt u het in.
| Waarde | Description |
|---|---|
| GeoRedundant | |
| LocallyRedundant | |
| ZoneRedundant |
systemData
Metagegevens met betrekking tot het maken en de laatste wijziging van de resource.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
De tijdstempel van het maken van resources (UTC). |
| createdBy |
string |
De identiteit waarmee de resource is gemaakt. |
| createdByType |
Het type identiteit waarmee de resource is gemaakt. |
|
| lastModifiedAt |
string (date-time) |
De tijdstempel van de laatste wijziging van de resource (UTC) |
| lastModifiedBy |
string |
De identiteit die de resource voor het laatst heeft gewijzigd. |
| lastModifiedByType |
Het type identiteit dat de resource voor het laatst heeft gewijzigd. |
UserAssignedIdentity
Door de gebruiker toegewezen identiteitseigenschappen
| Name | Type | Description |
|---|---|---|
| clientId |
string (uuid) |
De client-id van de toegewezen identiteit. |
| principalId |
string (uuid) |
De principal-id van de toegewezen identiteit. |