ProtectableContainerType type

Type of the container. The value of this property for

  1. Compute Azure VM is Microsoft.Compute/virtualMachines
  2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines
type ProtectableContainerType =
  | "Invalid"
  | "Unknown"
  | "IaasVMContainer"
  | "IaasVMServiceContainer"
  | "DPMContainer"
  | "AzureBackupServerContainer"
  | "MABContainer"
  | "Cluster"
  | "AzureSqlContainer"
  | "Windows"
  | "VCenter"
  | "VMAppContainer"
  | "SQLAGWorkLoadContainer"
  | "StorageContainer"
  | "GenericContainer"
  | "Microsoft.ClassicCompute/virtualMachines"
  | "Microsoft.Compute/virtualMachines"
  | "AzureWorkloadContainer"