Delen via


Data Protection Operations - List

Maak een lijst van de bewerkingen voor de provider

GET https://management.azure.com/providers/Microsoft.DataProtection/operations?api-version=2026-03-01

URI-parameters

Name In Vereist Type Description
api-version
query True

string

minLength: 1

De API-versie die voor deze bewerking moet worden gebruikt.

Antwoorden

Name Type Description
200 OK

OperationListResult

Azure-operatie succesvol voltooid.

Other Status Codes

ErrorResponse

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

Returns the list of supported REST operations.

Voorbeeldaanvraag

GET https://management.azure.com/providers/Microsoft.DataProtection/operations?api-version=2026-03-01

Voorbeeldrespons

{
  "value": [
    {
      "name": "Microsoft.DataProtection/locations/getBackupStatus/action",
      "display": {
        "description": "Check Backup Status for Recovery Services Vaults",
        "operation": "Check Backup Status for Vault",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Status"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/write",
      "display": {
        "description": "Creates a Backup Instance",
        "operation": "Create a Backup Instance",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Instance"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/delete",
      "display": {
        "description": "Deletes the Backup Instance",
        "operation": "Delete Backup Instance",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Instance"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/read",
      "display": {
        "description": "Returns details of the Backup Instance",
        "operation": "Get Backup Instance Details",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Instance"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/read",
      "display": {
        "description": "Returns all Backup Instances",
        "operation": "Get Backup Instances",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Instance"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/backup/action",
      "display": {
        "description": "Performs Backup on the Backup Instance",
        "operation": "Backup Backup Instance",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Instance"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/sync/action",
      "display": {
        "description": "Sync operation retries last failed operation on backup instance to bring it to a valid state.",
        "operation": "Sync Backup Instance",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Instance"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/operationResults/read",
      "display": {
        "description": "Returns Backup Operation Result for Backup Vault.",
        "operation": "Get Backup Operation Result",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Instance"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/stopProtection/action",
      "display": {
        "description": "Stop Protection operation stops both backup and retention schedules of backup instance. Existing data will be retained forever.",
        "operation": "Stop Protection of Backup Instance",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Instance"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/suspendBackups/action",
      "display": {
        "description": "Suspend Backups operation stops only backups of backup instance. Retention activities will continue and hence data will be ratained as per policy.",
        "operation": "Suspend Backups of Backup Instance",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Instance"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/resumeProtection/action",
      "display": {
        "description": "Resume protection of a ProtectionStopped BI.",
        "operation": "Resume Protection of Backup Instance",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Instance"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/resumeBackups/action",
      "display": {
        "description": "Resume Backups for a BackupsSuspended BI.",
        "operation": "Resume Backups of Backup Instance",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Instance"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action",
      "display": {
        "description": "Validates for Restore of the Backup Instance",
        "operation": "Validate for Restore of Backup Instance",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Instance"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/restore/action",
      "display": {
        "description": "Triggers restore on the Backup Instance",
        "operation": "Restore Backup Instance",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Instance"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupPolicies/write",
      "display": {
        "description": "Creates Backup Policy",
        "operation": "Create Backup Policy",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Policies"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupPolicies/delete",
      "display": {
        "description": "Deletes the Backup Policy",
        "operation": "Delete Backup Policy",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Policies"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupPolicies/read",
      "display": {
        "description": "Returns details of the Backup Policy",
        "operation": "Get Backup Policy details",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Policies"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupPolicies/read",
      "display": {
        "description": "Returns all Backup Policies",
        "operation": "Get Backup Policies",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Policies"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/read",
      "display": {
        "description": "Get the list of ResourceGuard proxies for a resource",
        "operation": "Get the list of ResourceGuard proxies for a resource",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Guard Proxy"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/read",
      "display": {
        "description": "Get ResourceGuard proxy operation gets an object representing the Azure resource of type 'ResourceGuard proxy'",
        "operation": "Get ResourceGuard proxy",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Guard Proxy"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/write",
      "display": {
        "description": "Create ResourceGuard proxy operation creates an Azure resource of type 'ResourceGuard Proxy'",
        "operation": "Create ResourceGuard proxy",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Guard Proxy"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete",
      "display": {
        "description": "The Delete ResourceGuard proxy operation deletes the specified Azure resource of type 'ResourceGuard proxy'",
        "operation": "Delete ResourceGuard proxy",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Guard Proxy"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/unlockDelete/action",
      "display": {
        "description": "Unlock delete ResourceGuard proxy operation unlocks the next delete critical operation",
        "operation": "Unlock delete ResourceGuard proxy operation unlocks the next delete critical operation",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Guard Proxy"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read",
      "display": {
        "description": "Returns details of the Recovery Point",
        "operation": "Get Recovery Point Details",
        "provider": "Microsoft.DataProtection",
        "resource": "Recovery Points"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read",
      "display": {
        "description": "Returns all Recovery Points",
        "operation": "Get Recovery Points",
        "provider": "Microsoft.DataProtection",
        "resource": "Recovery Points"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action",
      "display": {
        "description": "Finds Restorable Time Ranges",
        "operation": "Find Restorable Time Ranges",
        "provider": "Microsoft.DataProtection",
        "resource": "Restorable Time Ranges"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/write",
      "display": {
        "description": "Create BackupVault operation creates an Azure resource of type 'Backup Vault'",
        "operation": "Create Backup Vault",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Vaults"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/read",
      "display": {
        "description": "Create BackupVault operation creates an Azure resource of type 'Backup Vault'",
        "operation": "Create Backup Vault",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Vaults"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/delete",
      "display": {
        "description": "Create BackupVault operation creates an Azure resource of type 'Backup Vault'",
        "operation": "Create Backup Vault",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Vaults"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/operationResults/read",
      "display": {
        "description": "Gets Operation Result of a Patch Operation for a Backup Vault",
        "operation": "Get Operation Result of a Patch Operation for a Backup Vault",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Vaults"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/locations/checkNameAvailability/action",
      "display": {
        "description": "Checks if the requested BackupVault Name is Available",
        "operation": "Check if the requested BackupVault Name is Available",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Vaults"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/read",
      "display": {
        "description": "Gets list of Backup Vaults in a Resource Group",
        "operation": "Get Backup Vaults in a Resource Group",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Vaults"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/read",
      "display": {
        "description": "Gets list of Backup Vaults in a Subscription",
        "operation": "Get Backup Vaults in a Subscription",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Vaults"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/subscriptions/resourceGroups/providers/resourceGuards/write",
      "display": {
        "description": "Create ResourceGuard operation creates an Azure resource of type 'ResourceGuard'",
        "operation": "Create ResourceGuard",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Guards"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/subscriptions/resourceGroups/providers/resourceGuards/read",
      "display": {
        "description": "The Get ResourceGuard operation gets an object representing the Azure resource of type 'ResourceGuard'",
        "operation": "Get ResourceGuard",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Guards"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/subscriptions/resourceGroups/providers/resourceGuards/delete",
      "display": {
        "description": "The Delete ResourceGuard operation deletes the specified Azure resource of type 'ResourceGuard'",
        "operation": "Delete ResourceGuard",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Guards"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/subscriptions/resourceGroups/providers/resourceGuards/read",
      "display": {
        "description": "Gets list of ResourceGuards in a Resource Group",
        "operation": "Get ResourceGuards in a Resource Group",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Guards"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/subscriptions/providers/resourceGuards/read",
      "display": {
        "description": "Gets list of ResourceGuards in a Subscription",
        "operation": "Get ResourceGuards in a Subscription",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Guards"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/subscriptions/resourceGroups/providers/resourceGuards/write",
      "display": {
        "description": "Update ResouceGuard operation updates an Azure resource of type 'ResourceGuard'",
        "operation": "Update ResourceGuard",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Guards"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/subscriptions/resourceGroups/providers/resourceGuards/{operationName}/read",
      "display": {
        "description": "Gets ResourceGuard operation request info",
        "operation": "Get ResourceGuard operation request info",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Guards"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/subscriptions/resourceGroups/providers/resourceGuards/{operationName}/read",
      "display": {
        "description": "Gets ResourceGuard default operation request info",
        "operation": "Get ResourceGuard default operation request info",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Guards"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/subscriptions/providers/locations/checkFeatureSupport/action",
      "display": {
        "description": "Validates if a feature is supported",
        "operation": "Validate if a feature is supported",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Provider Operation"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/locations/operationStatus/read",
      "display": {
        "description": "Returns Backup Operation Status for Backup Vault.",
        "operation": "Get Backup Operation Status",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Operation Status"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/operationStatus/read",
      "display": {
        "description": "Returns Backup Operation Status for Backup Vault.",
        "operation": "Get Backup Operation Status",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Operation Status"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/subscriptions/resourceGroups/providers/operationStatus/read",
      "display": {
        "description": "Returns Backup Operation Status for Backup Vault.",
        "operation": "Get Backup Operation Status",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Operation Status"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/locations/operationResults/read",
      "display": {
        "description": "Returns Backup Operation Result for Backup Vault.",
        "operation": "Get Backup Operation Result",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Operation Results"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/validateForBackup/action",
      "display": {
        "description": "Validates for backup of Backup Instance",
        "operation": "Validate for backup of Backup Instance",
        "provider": "Microsoft.DataProtection",
        "resource": "Validate Backup"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/backupVaults/backupJobs/read",
      "display": {
        "description": "Get Jobs list",
        "operation": "Backup Jobs",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Jobs"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.RecoveryServices/Vaults/backupJobs/read",
      "display": {
        "description": "Get Job details",
        "operation": "Backup Job Object",
        "provider": "Microsoft.DataProtection",
        "resource": "Backup Jobs"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/register/action",
      "display": {
        "description": "Registers subscription for given Resource Provider",
        "operation": "Register Resource Provider",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Provider Operation"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/unregister/action",
      "display": {
        "description": "Unregisters subscription for given Resource Provider",
        "operation": "Unregister Resource Provider",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Provider Operation"
      },
      "origin": "user"
    },
    {
      "name": "Microsoft.DataProtection/operations/read",
      "display": {
        "description": "Operation returns the list of Operations for a Resource Provider",
        "operation": "List of Operations",
        "provider": "Microsoft.DataProtection",
        "resource": "Resource Provider Operation"
      },
      "origin": "user"
    }
  ]
}

Definities

Name Description
ActionType

Enum. Geeft het actietype aan. 'Intern' verwijst naar acties die alleen voor interne API's zijn.

Display

Gelokaliseerde weergavegegevens voor deze specifieke bewerking.

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

ErrorDetail

De foutdetails.

ErrorResponse

Foutreactie

Operation

REST API-bewerking

OperationListResult

Een lijst met REST API-bewerkingen die worden ondersteund door een Azure-resourceprovider. Deze bevat een URL-koppeling om de volgende set resultaten op te halen.

Origin

De beoogde uitvoerder van de bewerking; zoals in RBAC (Resource Based Access Control) en auditlogboeken UX. De standaardwaarde is 'gebruiker,systeem'

ActionType

Enum. Geeft het actietype aan. 'Intern' verwijst naar acties die alleen voor interne API's zijn.

Waarde Description
Internal

Display

Gelokaliseerde weergavegegevens voor deze specifieke bewerking.

Name Type Description
description

string

De korte, gelokaliseerde beschrijvende beschrijving van de operatie; geschikt voor tooltips en gedetailleerde weergaven.

operation

string

De beknopte, gelokaliseerde beschrijvende naam voor de bewerking; geschikt voor vervolgkeuzelijsten. Bijvoorbeeld 'Virtuele machine maken of bijwerken', 'Virtuele machine opnieuw opstarten'.

provider

string

De gelokaliseerde beschrijvende vorm van de naam van de resourceprovider, bijvoorbeeld 'Microsoft Monitoring Insights' of 'Microsoft Compute'.

resource

string

De gelokaliseerde beschrijvende naam van het resourcetype dat is gerelateerd aan deze bewerking. Bijvoorbeeld 'Virtuele machines' of 'Taakplanningverzamelingen'.

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

Name Type Description
info

object

De aanvullende informatie.

type

string

Het extra informatietype.

ErrorDetail

De foutdetails.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

De fout bevat aanvullende informatie.

code

string

De foutcode.

details

ErrorDetail[]

De foutdetails.

message

string

Het foutbericht.

target

string

Het foutdoelwit.

ErrorResponse

Foutreactie

Name Type Description
error

ErrorDetail

Het foutobject.

Operation

REST API-bewerking

Name Type Description
actionType

ActionType

Enum. Geeft het actietype aan. 'Intern' verwijst naar acties die alleen voor interne API's zijn.

display

Display

Gelokaliseerde weergavegegevens voor deze specifieke bewerking.

isDataAction

boolean

Of de bewerking van toepassing is op het gegevensvlak. Dit is 'true' voor gegevensvlakbewerkingen en 'onwaar' voor ARM-/besturingsvlakbewerkingen.

name

string

De naam van de bewerking, volgens Resource-Based RBAC (Access Control). Voorbeelden: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"

origin

Origin

De beoogde uitvoerder van de bewerking; zoals in RBAC (Resource Based Access Control) en auditlogboeken UX. De standaardwaarde is 'gebruiker,systeem'

OperationListResult

Een lijst met REST API-bewerkingen die worden ondersteund door een Azure-resourceprovider. Deze bevat een URL-koppeling om de volgende set resultaten op te halen.

Name Type Description
nextLink

string (uri)

URL voor het ophalen van de volgende set resultaten van de bewerkingslijst (indien aanwezig).

value

Operation[]

Lijst met bewerkingen die worden ondersteund door de resourceprovider

Origin

De beoogde uitvoerder van de bewerking; zoals in RBAC (Resource Based Access Control) en auditlogboeken UX. De standaardwaarde is 'gebruiker,systeem'

Waarde Description
user
system
user,system