NamespaceDeletePolicy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delete options of a namespace.
public enum NamespaceDeletePolicy
type NamespaceDeletePolicy =
Public Enum NamespaceDeletePolicy
- Inheritance
-
NamespaceDeletePolicy
Fields
| Name | Value | Description |
|---|---|---|
| Keep | 0 | Only delete the ARM resource, keep the Kubernetes namespace. Also delete the ManagedByARM label. |
| Delete | 1 | Delete both the ARM resource and the Kubernetes namespace together. |