DeletePolicy Class

Definition

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.

Applies to