Delen via


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
resourceGroupName
path True

string

minLength: 1
maxLength: 90

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

subscriptionId
path True

string (uuid)

De id van het doelabonnement. De waarde moet een UUID zijn.

vaultName
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

BackupVault

Eigenschappen van BackupVaultResource

eTag

string

Optionele ETag.

identity

DppIdentityDetails

Details van beheerde identiteit invoeren

tags

object

Resourcetags.

Antwoorden

Name Type Description
200 OK

BackupVaultResource

De updatebewerking van de resource 'BackupVaultResource' is geslaagd

201 Created

BackupVaultResource

Resource 'BackupVaultResource' create-bewerking geslaagd

Kopteksten

  • Location: string
  • Retry-After: integer
Other Status Codes

CloudError

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 BackupVault
Create BackupVault With CMK
Create BackupVault With MSI
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
AlertsState
AzureMonitorAlertSettings

Instellingen voor waarschuwingen op basis van Azure Monitor

BackupVault

Back-upkluis

BackupVaultResource

Back-upkluisresource

BCDRSecurityLevel

Beveiligingsniveau van Backup Vault

CloudError

Een foutreactie van Azure Backup.

CmkKekIdentity

De details van de beheerde identiteit die wordt gebruikt voor CMK

CmkKeyVaultProperties

De eigenschappen van de Key Vault die als host fungeert voor CMK

createdByType

Het type identiteit waarmee de resource is gemaakt.

CrossRegionRestoreSettings
CrossRegionRestoreState

CrossRegionRestore-status

CrossSubscriptionRestoreSettings

Instellingen voor CrossSubscriptionRestore

CrossSubscriptionRestoreState

CrossSubscriptionRestore-status

DppIdentityDetails

Identiteitsdetails

encryptionSettings

Door de klant beheerde sleuteldetails van de resource.

EncryptionState

Versleutelingsstatus van de Backup Vault.

Error

Het antwoord van het resourcebeheerfout.

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

FeatureSettings

Klasse met functie-instellingen van kluis

IdentityType

Het identiteitstype. SystemAssigned en UserAssigned sluiten elkaar wederzijds uit. SystemAssigned gebruikt impliciet gemaakte beheerde identiteit.

ImmutabilitySettings

Instellingen voor onveranderbaarheid op kluisniveau

ImmutabilityState

Onveranderbaarheidsstatus

InfrastructureEncryptionState

De dubbele versleutelingsstatus in- of uitschakelen

MonitoringSettings

Bewakingsinstellingen

ProvisioningState

Inrichtingsstatus van de BackupVault-resource

ResourceMoveDetails

ResourceMoveDetails wordt geretourneerd als reactie op getresource-aanroep van ARM

ResourceMoveState

Status van resourceverplaatsing voor back-upkluis

SecureScoreLevel

Beveiligingsscore van Backup Vault

SecuritySettings

Klasse met beveiligingsinstellingen van kluis

SoftDeleteSettings

Gerelateerde instellingen voor voorlopig verwijderen

SoftDeleteState

Status van voorlopig verwijderen

StorageSetting

Opslaginstelling

StorageSettingStoreTypes

Hiermee wordt het type gegevensarchief opgehaald of ingesteld.

StorageSettingTypes

Hiermee haalt u het type op of stelt u het in.

systemData

Metagegevens met betrekking tot het maken en de laatste wijziging van de resource.

UserAssignedIdentity

Door de gebruiker toegewezen identiteitseigenschappen

AlertsState

Waarde Description
Enabled
Disabled

AzureMonitorAlertSettings

Instellingen voor waarschuwingen op basis van Azure Monitor

Name Type Description
alertsForAllJobFailures

AlertsState

BackupVault

Back-upkluis

Name Type Description
bcdrSecurityLevel

BCDRSecurityLevel

Beveiligingsniveau van Backup Vault

featureSettings

FeatureSettings

Functie-instellingen

isVaultProtectedByResourceGuard

boolean

Is kluis beveiligd door Resource Guard

monitoringSettings

MonitoringSettings

Bewakingsinstellingen

provisioningState

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

ResourceMoveDetails

Details van resourceverplaatsing voor back-upkluis

resourceMoveState

ResourceMoveState

Status van resourceverplaatsing voor back-upkluis

secureScore

SecureScoreLevel

Beveiligingsscore van Backup Vault

securitySettings

SecuritySettings

Beveiligingsinstellingen

storageSettings

StorageSetting[]

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

DppIdentityDetails

Details van beheerde identiteit invoeren

location

string

De geografische locatie waar de resource zich bevindt

name

string

De naam van de resource

properties

BackupVault

Eigenschappen van BackupVaultResource

systemData

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

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

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

CrossRegionRestoreState

CrossRegionRestore-status

CrossRegionRestoreState

CrossRegionRestore-status

Waarde Description
Disabled
Enabled

CrossSubscriptionRestoreSettings

Instellingen voor CrossSubscriptionRestore

Name Type Description
state

CrossSubscriptionRestoreState

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,  UserAssignedIdentity>

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

InfrastructureEncryptionState

De dubbele versleutelingsstatus in- of uitschakelen

kekIdentity

CmkKekIdentity

De details van de beheerde identiteit die wordt gebruikt voor CMK

keyVaultProperties

CmkKeyVaultProperties

De eigenschappen van de Key Vault die als host fungeert voor CMK

state

EncryptionState

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

ErrorAdditionalInfo[]

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

CrossRegionRestoreSettings

crossSubscriptionRestoreSettings

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

ImmutabilityState

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

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

encryptionSettings

Door de klant beheerde sleuteldetails van de resource.

immutabilitySettings

ImmutabilitySettings

Instellingen voor onveranderbaarheid op kluisniveau

softDeleteSettings

SoftDeleteSettings

Gerelateerde instellingen voor voorlopig verwijderen

SoftDeleteSettings

Gerelateerde instellingen voor voorlopig verwijderen

Name Type Description
retentionDurationInDays

number (double)

Bewaarduur voor voorlopig verwijderen

state

SoftDeleteState

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

StorageSettingStoreTypes

Hiermee wordt het type gegevensarchief opgehaald of ingesteld.

type

StorageSettingTypes

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

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

createdByType

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.