AdoptionPolicy 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 AdoptionPolicy.
public static class AdoptionPolicy
type AdoptionPolicy = class
Public Class AdoptionPolicy
- Inheritance
-
AdoptionPolicy
Fields
| Name | Description |
|---|---|
| Always |
Always take over the existing namespace to be managed by ARM, some fields might be overwritten. |
| IfIdentical |
Take over the existing namespace to be managed by ARM, if there is no difference. |
| Never |
If the namespace already exists in Kubernetes, attempts to create that same namespace in ARM will fail. |