Domain Detective

API Reference

Class

CmdletNewDesiredStateWildcardDns

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Base PSCmdlet
Modifiers sealed
Attributes
Cmdlet("New", "DDDesiredStateWildcardDns") OutputType([typeof(DesiredStateProfile)])

Creates a wildcard DNS desired state policy fragment.

Inheritance

  • PSCmdlet
  • CmdletNewDesiredStateWildcardDns

Constructors

public CmdletNewDesiredStateWildcardDns() #

Methods

ProcessRecord() #

Creates a wildcard DNS policy fragment as a DesiredStateProfile.

Properties

public Nullable<Boolean> Enabled { get; set; } #
Parameter(Mandatory = false)
public Nullable<Boolean> ExpectedCatchAll { get; set; } #
Parameter(Mandatory = false)
{{ include "footer" }}