DeletePolicy Class
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.
Defines values for DeletePolicy.
public static class DeletePolicy
type DeletePolicy = class
Public Class DeletePolicy
- Inheritance
-
DeletePolicy
Fields
| Name | Description |
|---|---|
| Delete |
Delete both the ARM resource and the Kubernetes namespace together. |
| Keep |
Only delete the ARM resource, keep the Kubernetes namespace. Also delete the ManagedByARM label. |