Domain Detective

API Reference

Class

DesiredStateWildcardDnsPolicy

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

Provides desired state wildcard dns policy functionality.

Inheritance

  • Object
  • DesiredStateWildcardDnsPolicy

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public DesiredStateWildcardDnsPolicy() #

Methods

public Void Apply(DesiredStateWildcardDnsPolicy overlay) #
Returns: Void

Executes the apply operation.

Parameters

overlay DomainDetective.DesiredState.DesiredStateWildcardDnsPolicy requiredposition: 0
public DesiredStateWildcardDnsPolicy Clone() #
Returns: DesiredStateWildcardDnsPolicy

Executes the clone operation.

Properties

public Nullable<Boolean> Enabled { get; set; } #
JsonPropertyName("enabled")

Gets or sets the enabled value.

public Nullable<Boolean> ExpectedCatchAll { get; set; } #
JsonPropertyName("expectedCatchAll")

Expected wildcard (catch-all) behavior. When null, no constraint is enforced.

{{ include "footer" }}