Variable DeletionProtectionConst

DeletionProtection: {
    Disabled: "disabled";
    Enabled: "enabled";
} = ...

Whether delete protection is enabled/disabled for the resource.

Type declaration

  • Readonly Disabled: "disabled"
  • Readonly Enabled: "enabled"

Export