ENUM

AzureNativeProtectionFeature

Description

The type of Azure Native feature Polaris supports.

link GraphQL Schema definition

  • enum AzureNativeProtectionFeature {
  • # Protection on Azure blobs.
  • BLOB
  • # Protection on Azure SQL Databases.
  • SQL_DB
  • # Protection on Azure Native Managed Instances.
  • SQL_MI
  • # Protection on Azure Native Virtual Machines.
  • VM
  • }