LocalDnsProtocol Struct
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.
Enforce TCP or prefer UDP protocol for connections from localDNS to upstream DNS server. Serialized Name: LocalDNSProtocol
public readonly struct LocalDnsProtocol : IEquatable<Azure.ResourceManager.ContainerService.Models.LocalDnsProtocol>
type LocalDnsProtocol = struct
Public Structure LocalDnsProtocol
Implements IEquatable(Of LocalDnsProtocol)
- Inheritance
-
LocalDnsProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| LocalDnsProtocol(String) |
Initializes a new instance of LocalDnsProtocol. |
Properties
| Name | Description |
|---|---|
| ForceTcp |
Enforce TCP protocol for connections from localDNS to upstream DNS server. Serialized Name: LocalDNSProtocol.ForceTCP |
| PreferUdp |
Prefer UDP protocol for connections from localDNS to upstream DNS server. Serialized Name: LocalDNSProtocol.PreferUDP |
Methods
| Name | Description |
|---|---|
| Equals(LocalDnsProtocol) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(LocalDnsProtocol, LocalDnsProtocol) |
Determines if two LocalDnsProtocol values are the same. |
| Implicit(String to LocalDnsProtocol) |
Converts a String to a LocalDnsProtocol. |
| Inequality(LocalDnsProtocol, LocalDnsProtocol) |
Determines if two LocalDnsProtocol values are not the same. |