API Reference
Class
DesiredStateEdnsSupportPolicy
Provides desired state edns support policy functionality.
Inheritance
- Object
- DesiredStateEdnsSupportPolicy
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public DesiredStateEdnsSupportPolicy() #Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled")Gets or sets the enabled value.
public Nullable<Boolean> RequireAtLeastOneResult { get; set; } #JsonPropertyName("requireAtLeastOneResult")When true, warns if no EDNS results were analyzed.
public Nullable<Boolean> RequireAllServersSupported { get; set; } #JsonPropertyName("requireAllServersSupported")When true, requires all authoritative server endpoints to support EDNS.
public Nullable<Int32> MaxUdpPayloadSize { get; set; } #JsonPropertyName("maxUdpPayloadSize")Optional maximum EDNS UDP payload size (bytes) that servers are allowed to advertise.
public Nullable<Boolean> RequireVersionZero { get; set; } #JsonPropertyName("requireVersionZero")When true, requires EDNS version 0.
public Nullable<Boolean> RequireCookieSupport { get; set; } #JsonPropertyName("requireCookieSupport")When true, requires authoritative servers to support DNS Cookies (RFC 7873).