Share via


DeletePolicy type

Defines values for DeletePolicy.
KnownDeletePolicy can be used interchangeably with DeletePolicy, this enum contains the known values that the service supports.

Known values supported by the service

Keep: Only delete the ARM resource, keep the Kubernetes namespace. Also delete the ManagedByARM label.
Delete: Delete both the ARM resource and the Kubernetes namespace together.

type DeletePolicy = string