LocalDnsMode 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.
Mode of enablement for localDNS.
public enum LocalDnsMode
type LocalDnsMode =
Public Enum LocalDnsMode
- Inheritance
-
LocalDnsMode
Fields
| Name | Value | Description |
|---|---|---|
| Preferred | 0 | If the current orchestrator version supports this feature, prefer enabling localDNS. |
| Required | 1 | Enable localDNS. |
| Disabled | 2 | Disable localDNS. |