Condividi tramite


Data Protection Operations - List

Elencare le operazioni per il provider

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

Parametri dell'URI

Nome In Necessario Tipo Descrizione
api-version
query True

string

minLength: 1

Versione dell'API da usare per questa operazione.

Risposte

Nome Tipo Descrizione
200 OK

OperationListResult

Operazione Azure completata con successo.

Other Status Codes

ErrorResponse

Risposta di errore imprevista.

Sicurezza

azure_auth

Azure Active Directory OAuth2 Flow.

Tipo: oauth2
Flow: implicit
URL di autorizzazione: https://login.microsoftonline.com/common/oauth2/authorize

Ambiti

Nome Descrizione
user_impersonation rappresentare l'account utente

Esempio

Returns the list of supported REST operations.

Esempio di richiesta

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

Risposta di esempio

{
  "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"
    }
  ]
}

Definizioni

Nome Descrizione
ActionType

Enumerazione. Indica il tipo di azione. "Interno" si riferisce alle azioni destinate solo alle API interne.

Display

Informazioni di visualizzazione localizzate per questa particolare operazione.

ErrorAdditionalInfo

Informazioni aggiuntive sull'errore di gestione delle risorse.

ErrorDetail

Dettagli dell'errore.

ErrorResponse

Risposta di errore

Operation

Operazione DELL'API REST

OperationListResult

Elenco di operazioni DELL'API REST supportate da un provider di risorse di Azure. Contiene un collegamento URL per ottenere il set di risultati successivo.

Origin

Executor previsto dell'operazione; come in Controllo degli accessi in base alle risorse e nell'esperienza utente dei log di controllo. Il valore predefinito è "user, system"

ActionType

Enumerazione. Indica il tipo di azione. "Interno" si riferisce alle azioni destinate solo alle API interne.

Valore Descrizione
Internal

Display

Informazioni di visualizzazione localizzate per questa particolare operazione.

Nome Tipo Descrizione
description

string

La breve descrizione descrittiva localizzata dell'operazione; adatto per suggerimenti e visualizzazioni dettagliate degli strumenti.

operation

string

Nome descrittivo conciso e localizzato per l'operazione; adatto per gli elenchi a discesa. Ad esempio, "Crea o aggiorna macchina virtuale", "Riavvia macchina virtuale".

provider

string

Il formato descrittivo localizzato del nome del provider di risorse, ad esempio "Microsoft Monitoring Insights" o "Microsoft Compute".

resource

string

Nome descrittivo localizzato del tipo di risorsa correlato a questa operazione. Ad esempio "Macchine virtuali" o "Raccolte di pianificazione processi".

ErrorAdditionalInfo

Informazioni aggiuntive sull'errore di gestione delle risorse.

Nome Tipo Descrizione
info

object

Informazioni aggiuntive.

type

string

Tipo di informazioni aggiuntive.

ErrorDetail

Dettagli dell'errore.

Nome Tipo Descrizione
additionalInfo

ErrorAdditionalInfo[]

Informazioni aggiuntive sull'errore.

code

string

Codice di errore.

details

ErrorDetail[]

Dettagli dell'errore.

message

string

Messaggio di errore.

target

string

Destinazione dell'errore.

ErrorResponse

Risposta di errore

Nome Tipo Descrizione
error

ErrorDetail

Oggetto error.

Operation

Operazione DELL'API REST

Nome Tipo Descrizione
actionType

ActionType

Enumerazione. Indica il tipo di azione. "Interno" si riferisce alle azioni destinate solo alle API interne.

display

Display

Informazioni di visualizzazione localizzate per questa particolare operazione.

isDataAction

boolean

Indica se l'operazione si applica al piano dati. Questo è "true" per le operazioni del piano dati e "false" per le operazioni arm/piano di controllo.

name

string

Nome dell'operazione, in base al controllo degli accessi in base al Resource-Based. Esempi: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"

origin

Origin

Executor previsto dell'operazione; come in Controllo degli accessi in base alle risorse e nell'esperienza utente dei log di controllo. Il valore predefinito è "user, system"

OperationListResult

Elenco di operazioni DELL'API REST supportate da un provider di risorse di Azure. Contiene un collegamento URL per ottenere il set di risultati successivo.

Nome Tipo Descrizione
nextLink

string (uri)

URL per ottenere il set successivo di risultati dell'elenco di operazioni (se presente).

value

Operation[]

Elenco delle operazioni supportate dal provider di risorse

Origin

Executor previsto dell'operazione; come in Controllo degli accessi in base alle risorse e nell'esperienza utente dei log di controllo. Il valore predefinito è "user, system"

Valore Descrizione
user
system
user,system